[xoops-cvslog 4913] CVS update: xoops2jp/html/modules/pm/class

Back to archive index

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


Index: xoops2jp/html/modules/pm/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6.2.2 xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6.2.3
--- xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6.2.2	Thu Oct  5 18:10:30 2006
+++ xoops2jp/html/modules/pm/class/ActionFrame.class.php	Tue Oct 10 15:13:20 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package pm
- * @version $Id: ActionFrame.class.php,v 1.1.2.6.2.2 2006/10/05 09:10:30 minahito Exp $
+ * @version $Id: ActionFrame.class.php,v 1.1.2.6.2.3 2006/10/10 06:13:20 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -32,6 +32,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