Update of /cvsroot/xoops/xoops2/kernel/themeset/manager
In directory sc8-pr-cvs1:/tmp/cvs-serv5499/kernel/themeset/manager
Modified Files:
tplfile.php
Log Message:
added missing 2nd argument in loadSource()
Index: tplfile.php
===================================================================
RCS file: /cvsroot/xoops/xoops2/kernel/themeset/manager/tplfile.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tplfile.php 5 Jan 2003 18:25:20 -0000 1.3
--- tplfile.php 5 Jan 2003 19:26:41 -0000 1.4
***************
*** 100,104 ****
}
$myrow = $this->db->fetchArray($result);
! $tplfile->assignVar('tpl_source');
}
}
--- 100,104 ----
}
$myrow = $this->db->fetchArray($result);
! $tplfile->assignVar('tpl_source', $myrow['tpl_source']);
}
}
|