Module: nagvis Branch: master Commit: e75cbeba7c8f9a03e2d2a1a03185051bb6b544c7 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=e75cbeba7c8f9a03e2d2a1a03185051bb6b544c7
Author: Lars Michelsen <[email protected]> Date: Mon Dec 20 11:34:07 2010 +0100 Bugfix: Fixed search dialog access when using explicit permissions Conflicts: ChangeLog --- ChangeLog | 1 + share/server/core/classes/CoreModSearch.php | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2cfd06..08e9870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,6 +50,7 @@ Frontend * Bugfix: Fixed hover menu positioning out of the screen * Bugfix: Minor javascript fixes during object reload * Bugfix: Fixed showmaps,showautomaps,... option usage on overview page + * Bugfix: Fixed search dialog access when using explicit permissions WUI * Bugfix: Deleting more than 2 objects was not work correctly 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); ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
