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

Back to archive index

Minahito minah****@users*****
2006年 10月 10日 (火) 15:13:12 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.2 xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.3
--- xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php:1.1.2.6.2.2	Thu Oct  5 18:10:12 2006
+++ xoops2jp/html/modules/legacyRender/class/ActionFrame.class.php	Tue Oct 10 15:13:12 2006
@@ -28,6 +28,13 @@
 	function setActionName($name)
 	{
 		$this->mActionName = $name;
+		
+		//
+		// Temp FIXME!
+		//
+		$root =& XCube_Root::getSingleton();
+		$root->mContext->setAttribute('actionName', $name);
+		$root->mContext->mModule->setAttribute('actionName', $name);
 	}
 
 	function execute(&$controller)


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