[xoops-cvslog 5385] CVS update: xoops2jp/html/modules/legacy/class

Back to archive index

Minahito minah****@users*****
2006年 10月 17日 (火) 01:17:04 JST


Index: xoops2jp/html/modules/legacy/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.5 xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.6
--- xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.5	Tue Oct 17 00:59:55 2006
+++ xoops2jp/html/modules/legacy/class/ActionFrame.class.php	Tue Oct 17 01:17:04 2006
@@ -73,7 +73,7 @@
 
 	function _createAction(&$actionFrame)
 	{
-		if (is_object($this->mAction)) {
+		if (is_object($actionFrame->mAction)) {
 			return;
 		}
 		
@@ -96,7 +96,7 @@
 		require_once $fileName;
 	
 		if (class_exists($className)) {
-			$this->mAction =& new $className($actionFrame->mAdminFlag);
+			$actionFrame->mAction =& new $className($actionFrame->mAdminFlag);
 		}
 	}
 	


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