Module: nagvis Branch: master Commit: 3bbd9b7ef72c67f29c1c53425dc9116020ab3a5a URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=3bbd9b7ef72c67f29c1c53425dc9116020ab3a5a
Author: LaMi <[email protected]> Date: Sat Dec 19 11:07:06 2009 +0100 Fixed automap link in header --- .../nagvis-js/classes/GlobalHeaderMenu.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php b/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php index e39092d..d199339 100644 --- a/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php +++ b/share/frontend/nagvis-js/classes/GlobalHeaderMenu.php @@ -169,7 +169,7 @@ class GlobalHeaderMenu { // Only proceed permited objects if($this->CORE->getAuthorization() !== null && $this->CORE->getAuthorization()->isPermitted('AutoMap', 'view', $mapName)) { $aAutomaps[$mapName] = Array(); - $aAutomaps[$mapName]['mapName'] = 'automap='.$MAPCFG1->getName(); + $aAutomaps[$mapName]['mapName'] = $MAPCFG1->getName(); $aAutomaps[$mapName]['mapAlias'] = $MAPCFG1->getValue('global', '0', 'alias'); // Add defaultparams to map selection ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
