Author:   Lars Michelsen <[email protected]>
Date:     Thu Apr 14 20:40:47 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Thu Apr 14 20:40:47 2011 +0200

Fixed wrong var name in default-backend change handler

---

 share/server/core/classes/CoreModMainCfg.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/CoreModMainCfg.php 
b/share/server/core/classes/CoreModMainCfg.php
index 7972d09..25008f9 100644
--- a/share/server/core/classes/CoreModMainCfg.php
+++ b/share/server/core/classes/CoreModMainCfg.php
@@ -139,7 +139,7 @@ class CoreModMainCfg extends CoreModule {
        protected function handleResponseBackendDefault() {
                $FHANDLER = new CoreRequestHandler($_POST);
                $this->verifyValuesSet($FHANDLER, Array('defaultbackend'));
-               return Array('defaultbackend' => 
$FHANDLER->get('map_new_name'));
+               return Array('defaultbackend' => 
$FHANDLER->get('defaultbackend'));
        }
        
        protected function doEdit($a) {


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to