[xoops-cvslog 2836] CVS update: xoops2jp/html/modules/base/kernel

Back to archive index

Minahito minah****@users*****
2006年 4月 19日 (水) 14:27:59 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.30 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.31
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.30	Fri Apr 14 15:29:00 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Wed Apr 19 14:27:59 2006
@@ -693,7 +693,8 @@
 	 */
 	function &getVirtualCurrentModule()
 	{
-		return $this->_mControllerState->getVirtualCurrentModule($this);
+		$ret =& $this->_mControllerState->getVirtualCurrentModule($this);
+		return $ret;
 	}
 }
 


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