[xoops-cvslog 2837] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2006年 4月 19日 (水) 14:28:45 JST


Index: xoops2jp/html/class/XCube_EventManager.class.php
diff -u xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.9 xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.10
--- xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.9	Tue Mar 28 22:28:16 2006
+++ xoops2jp/html/class/XCube_EventManager.class.php	Wed Apr 19 14:28:45 2006
@@ -124,7 +124,10 @@
 		$ret =null;
 		$methodName=str_replace(".","_","create".ucfirst($name)."Delegate");
 		if(method_exists($this,$methodName)) {
-			$ret=&call_user_func(array($this,$methodName));
+			//
+			// Couldn't use user_call_func to receive reference.
+			//
+			$ret =& $this->$methodName();
 		}
 
 		return $ret;


xoops-cvslog メーリングリストの案内
Back to archive index