Module: nagvis Branch: master Commit: b69e6247cb58b22333d7a258119155abee9d18b5 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=b69e6247cb58b22333d7a258119155abee9d18b5
Author: LaMi <[email protected]> Date: Thu Apr 1 14:48:20 2010 +0200 Fixed bug where general WUI link was not shown to users which are allowed to edit all maps --- .../nagvis-js/classes/NagVisHeaderMenu.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/classes/NagVisHeaderMenu.php b/share/frontend/nagvis-js/classes/NagVisHeaderMenu.php index e3d5ed7..463444a 100644 --- a/share/frontend/nagvis-js/classes/NagVisHeaderMenu.php +++ b/share/frontend/nagvis-js/classes/NagVisHeaderMenu.php @@ -132,7 +132,7 @@ class NagVisHeaderMenu { // Build map list - $permEditAnyMap = False; + $permEditAnyMap = True; $aMaps = Array(); foreach($this->CORE->getAvailableMaps() AS $mapName) { $map = Array(); ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
