Module: nagvis
Branch: master
Commit: 420a9bb4f5e9027b5e2efdfa0fad788980499463
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=420a9bb4f5e9027b5e2efdfa0fad788980499463

Author: LaMi <[email protected]>
Date:   Wed Feb 17 21:51:15 2010 +0100

Fixed copy and paste problem - NARF

---

 .../nagvis-js/classes/FrontendModLogonMixed.php    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/frontend/nagvis-js/classes/FrontendModLogonMixed.php 
b/share/frontend/nagvis-js/classes/FrontendModLogonMixed.php
index 1a41ad1..3569ad9 100644
--- a/share/frontend/nagvis-js/classes/FrontendModLogonMixed.php
+++ b/share/frontend/nagvis-js/classes/FrontendModLogonMixed.php
@@ -53,7 +53,7 @@ class FrontendModLogonMixed extends FrontendModule {
                                        // Try to auth using the environment 
auth
                                        if($MODULE->handleAction() === false) {
                                                // Otherwise print the logon 
dialog
-                                               $MODULE =  
$MHANDLER->loadModule('LogonEnv');
+                                               $MODULE =  
$MHANDLER->loadModule('LogonDialog');
                                                $MODULE->setAction('view');
                                                $sReturn = 
$MODULE->handleAction();
                                        }


------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to