|
From: <jgr...@us...> - 2003-03-26 16:39:17
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv14991/UI
Modified Files:
XMLRPC.pm
Log Message:
Wrong base class for XMLRPC
Index: XMLRPC.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/XMLRPC.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XMLRPC.pm 25 Mar 2003 05:24:58 -0000 1.1
--- XMLRPC.pm 26 Mar 2003 16:39:12 -0000 1.2
***************
*** 34,38 ****
{
my $type = shift;
! my $self = UI::HTTP->new();
bless $self, $type;;
--- 34,38 ----
{
my $type = shift;
! my $self = POPFile::Module->new();
bless $self, $type;;
|