[xoops-cvslog 4594] CVS update: xoops2jp/html/modules/base/preload/Primary

Back to archive index

Minahito minah****@users*****
2006年 9月 24日 (日) 19:38:33 JST


Index: xoops2jp/html/modules/base/preload/Primary/SiteClose.class.php
diff -u xoops2jp/html/modules/base/preload/Primary/SiteClose.class.php:1.1.2.4 xoops2jp/html/modules/base/preload/Primary/SiteClose.class.php:1.1.2.5
--- xoops2jp/html/modules/base/preload/Primary/SiteClose.class.php:1.1.2.4	Mon Sep  4 13:04:00 2006
+++ xoops2jp/html/modules/base/preload/Primary/SiteClose.class.php	Sun Sep 24 19:38:33 2006
@@ -78,7 +78,7 @@
                                 }
                             }
                         }
-                        $this->mController->executeRedirect(XOOPS_URL,1);
+                        $this->mController->executeRedirect(XOOPS_URL . '/',1);
                     } else if (!empty($_GET['cube_module_uninstall'])) {
                         require_once XOOPS_ROOT_PATH.'/class/template.php';
                         $xoopsTpl = new XoopsTpl();
@@ -99,7 +99,7 @@
                             $uninstaller = new Legacy_ModuleUninstaller($module);
                             $uninstaller->execute();
                         }
-                        $this->mController->executeRedirect(XOOPS_URL,1);
+                        $this->mController->executeRedirect(XOOPS_URL . '/',1);
                     } else {
                         $handler =& xoops_getmodulehandler('non_installation_module','base');
                         $objects = $handler->getObjects();


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