[xoops-cvslog 3152] CVS update: xoops2jp/html/modules/base/class

Back to archive index

Minahito minah****@users*****
2006年 5月 25日 (木) 18:31:09 JST


Index: xoops2jp/html/modules/base/class/AbstractEditAction.class.php
diff -u xoops2jp/html/modules/base/class/AbstractEditAction.class.php:1.1.2.3 xoops2jp/html/modules/base/class/AbstractEditAction.class.php:1.1.2.4
--- xoops2jp/html/modules/base/class/AbstractEditAction.class.php:1.1.2.3	Tue May  9 19:31:18 2006
+++ xoops2jp/html/modules/base/class/AbstractEditAction.class.php	Thu May 25 18:31:08 2006
@@ -24,7 +24,7 @@
 	{
 		$id = $this->_getId();
 		
-		$this->mObjectHandler = $this->_getHandler();
+		$this->mObjectHandler =& $this->_getHandler();
 		
 		$this->mObject =& $this->mObjectHandler->get($id);
 	


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