[xoops-cvslog 1680] CVS update: xoops2jp/html/class/smarty/plugins

Back to archive index

Minahito minah****@users*****
2006年 1月 12日 (木) 14:56:13 JST


Index: xoops2jp/html/class/smarty/plugins/function.xoops_token.php
diff -u xoops2jp/html/class/smarty/plugins/function.xoops_token.php:1.1.2.3 xoops2jp/html/class/smarty/plugins/function.xoops_token.php:1.1.2.4
--- xoops2jp/html/class/smarty/plugins/function.xoops_token.php:1.1.2.3	Thu Jan 12 14:52:56 2006
+++ xoops2jp/html/class/smarty/plugins/function.xoops_token.php	Thu Jan 12 14:56:13 2006
@@ -21,8 +21,8 @@
 
 	if (isset($params['form']) && is_object($params['form'])) {
 		if(is_a($params['form'], 'XCube_ActionForm')) {
-			$tokenName = params['form']->getTokenName();
-			$tokenValue = params['form']->getToken();
+			$tokenName = $params['form']->getTokenName();
+			$tokenValue = $params['form']->getToken();
 		}
 		else {
 			die('You does not set ActionForm instance to place holder.');


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