NobuNobu
nobun****@users*****
2006年 1月 25日 (水) 00:34:21 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.18 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.19 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.18 Tue Jan 17 19:29:45 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Wed Jan 25 00:34:21 2006 @@ -152,7 +152,7 @@ require_once $dir.$file; $className=$matches[1]; if(class_exists($className)) { - $instance=new $className($this); + $instance =& new $className($this); $this->addActionFilter($instance); } }