[xoops-cvslog 5384] CVS update: xoops2jp/html/modules/legacyRender/class

Zurück zum Archiv-Index

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


Index: xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.5 xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.6
--- xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.5	Tue Oct 17 01:03:45 2006
+++ xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php	Tue Oct 17 01:16:19 2006
@@ -47,7 +47,7 @@
 
 	function _createAction(&$actionFrame)
 	{
-		if (is_object($this->mAction)) {
+		if (is_object($actionFrame->mAction)) {
 			return;
 		}
 		
@@ -70,7 +70,7 @@
 		require_once $fileName;
 	
 		if (class_exists($className)) {
-			$this->mAction =& new $className($actionFrame->mAdminFlag);
+			$actionFrame->mAction =& new $className($actionFrame->mAdminFlag);
 		}
 	}
 	


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index