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

Back to archive index

Minahito minah****@users*****
2006年 6月 23日 (金) 10:28:54 JST


Index: xoops2jp/html/modules/base/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.6 xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.7
--- xoops2jp/html/modules/base/class/ActionFrame.class.php:1.1.2.6	Sun May 28 14:02:55 2006
+++ xoops2jp/html/modules/base/class/ActionFrame.class.php	Fri Jun 23 10:28:54 2006
@@ -30,7 +30,7 @@
 		$this->mActionName = $name;
 	}
 
-	function &execute(&$controller)
+	function execute(&$controller)
 	{
 		if (!preg_match("/^\w+$/", $this->mActionName)) {
 			die();


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