Module: nagvis Branch: master Commit: baf9376183b9b5497ee0b17e0db56f72ffb1f70f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=baf9376183b9b5497ee0b17e0db56f72ffb1f70f
Author: LaMi <[email protected]> Date: Sat Jan 16 00:14:02 2010 +0100 Fixed header menu global options on WUI welcome page --- share/server/core/classes/CoreUriHandler.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/share/server/core/classes/CoreUriHandler.php b/share/server/core/classes/CoreUriHandler.php index e8488ee..5616ea5 100644 --- a/share/server/core/classes/CoreUriHandler.php +++ b/share/server/core/classes/CoreUriHandler.php @@ -62,6 +62,10 @@ class CoreUriHandler { } $this->aOpts[$sKey] = $sVal; + + // Set in superglobal array for later + // direct access in other UHANDLER instances + $_GET[$sKey] = $sVal; return $sReturn; } ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
