From 5e64834b0665e60b09f9f90d6ee68aad6c535dd6 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 28 Apr 2011 15:43:44 +0000 Subject: [PATCH] Fixed Trac #301: don't force users back into the portal if they are not "portal" users. SVN:trunk[1251] --- application/portalwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index d7e202abf..3f76927f8 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -165,7 +165,7 @@ EOF public function output() { $sMenu = ''; - $this->AddMenuButton('logoff', 'Portal:Disconnect', '../pages/logoff.php?portal=1'); // This menu is always present and is the last one + $this->AddMenuButton('logoff', 'Portal:Disconnect', '../pages/logoff.php'); // This menu is always present and is the last one foreach($this->m_aMenuButtons as $aMenuItem) { $sMenu .= "".Dict::S($aMenuItem['label'])."";