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

Author: LaMi <[email protected]>
Date:   Sun Feb 28 23:14:56 2010 +0100

Fixed wrong var name

---

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

diff --git a/share/server/core/classes/CoreModMap.php 
b/share/server/core/classes/CoreModMap.php
index 08a0d8e..7865049 100644
--- a/share/server/core/classes/CoreModMap.php
+++ b/share/server/core/classes/CoreModMap.php
@@ -95,7 +95,7 @@ class CoreModMap extends CoreModule {
                                                                          null,
                                                                          null,
                                                                          1,
-                                                                         
$this->CORE->getMainCfg()->getValue('paths','htmlbase').'/frontend/wui/index.php?mod=Map&act=edit&show='.$aReturn['map_new_name']);
+                                                                         
$this->CORE->getMainCfg()->getValue('paths','htmlbase').'/frontend/wui/index.php?mod=Map&act=edit&show='.$aReturn['map_name']);
                                                        $sReturn = '';
                                                } else {
                                                        new 
GlobalMessage('ERROR', $this->CORE->getLang()->getText('The map could not be 
created.'));


------------------------------------------------------------------------------
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