Fix a parse error
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Oct 2006 05:15:11 +0000 (05:15 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Oct 2006 05:15:11 +0000 (05:15 +0000)
installer.php

index a89246fe90ccb3337a505d2c6c12bb8423ce2135..2d0e7a1999753e04d9ebfd415bc989d0402d72a8 100644 (file)
@@ -34,7 +34,7 @@
 */
 function page_start()
 {
-       require_once($GLOBALS['isso:callback']getSourcePath() . 'installer.css.php');
+       require_once($GLOBALS['isso:callback']->getSourcePath() . 'installer.css.php');
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">