[xoops-cvslog 3772] CVS update: xoops2jp/html/modules/base/actions

Back to archive index

Minahito minah****@users*****
2006年 7月 31日 (月) 19:05:08 JST


Index: xoops2jp/html/modules/base/actions/SearchResultsAction.class.php
diff -u xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.5 xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.6
--- xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.5	Thu Jul 27 18:31:36 2006
+++ xoops2jp/html/modules/base/actions/SearchResultsAction.class.php	Mon Jul 31 19:05:07 2006
@@ -34,7 +34,7 @@
 	function hasPerm(&$controller, &$xoopsUser)
 	{
 		if ($this->mConfig['enable_search'] != 1) {
-			XCube_Utils::redirectHeader(XOOPS_URL, 3, _MD_BASE_ERROR_SEARCH_NOT_ENABLED);
+			$controller->executeRedirect(XOOPS_URL, 3, _MD_BASE_ERROR_SEARCH_NOT_ENABLED);
 			return false;
 		}
 		return true;


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