Module: nagvis Branch: nagvis-1.5 Commit: 01001df793dc8a87aab892cac076aea74fd14f0f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=01001df793dc8a87aab892cac076aea74fd14f0f
Author: Lars Michelsen <[email protected]> Date: Mon Dec 20 11:33:12 2010 +0100 Bugfix: Fixed search dialog access when using explicit permissions --- ChangeLog | 1 + share/server/core/classes/CoreModSearch.php | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd53029..136dc36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ Automap Frontend * Bugfix: Fixed showmaps,showautomaps,... option usage on overview page + * Bugfix: Fixed search dialog access when using explicit permissions WUI * Preventing damaged map cfg due to textbox resizing in IE (only happens in diff --git a/share/server/core/classes/CoreModSearch.php b/share/server/core/classes/CoreModSearch.php index 5646fbd..e74aa8b 100644 --- a/share/server/core/classes/CoreModSearch.php +++ b/share/server/core/classes/CoreModSearch.php @@ -29,6 +29,7 @@ class CoreModSearch extends CoreModule { protected $CORE; public function __construct($CORE) { + $this->sName = 'Search'; $this->CORE = $CORE; $this->aActions = Array('view' => REQUIRES_AUTHORISATION); ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
