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

Back to archive index

Minahito minah****@users*****
2006年 10月 10日 (火) 15:12:38 JST


Index: xoops2jp/html/modules/base/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.12.2.3 xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.12.2.4
--- xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.12.2.3	Fri Oct  6 18:47:18 2006
+++ xoops2jp/html/modules/base/class/ActionFrame.class.php	Tue Oct 10 15:12:38 2006
@@ -44,6 +44,13 @@
 	function setActionName($name)
 	{
 		$this->mActionName = $name;
+		
+		//
+		// Temp FIXME!
+		//
+		$root =& XCube_Root::getSingleton();
+		$root->mContext->setAttribute('actionName', $name);
+		$root->mContext->mModule->setAttribute('actionName', $name);
 	}
 	
 	/**
@@ -73,7 +80,7 @@
 		//
 		// Add mode.
 		//
-		$this->mActionName = $this->mMode . $this->mActionName;
+		$this->setActionName($this->mMode . $this->mActionName);
 	
 		//
 		// Create action object by mActionName


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