Module: nagvis Branch: master Commit: 0a0444bb7262b84b4c6b1943f62953dbde3270ca URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0a0444bb7262b84b4c6b1943f62953dbde3270ca
Author: Lars Michelsen <[email protected]> Date: Sun Sep 26 17:56:38 2010 +0200 Fixed two typos --- share/server/core/classes/CoreModMap.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/server/core/classes/CoreModMap.php b/share/server/core/classes/CoreModMap.php index 6800c9c..7ed2f92 100644 --- a/share/server/core/classes/CoreModMap.php +++ b/share/server/core/classes/CoreModMap.php @@ -1031,11 +1031,11 @@ class CoreModMap extends CoreModule { if($SUBMAPCFG->checkMapConfigExists(0)) $SUBMAPCFG->readMapConfig(); - if($this->CORE->checkMapIsAutomap($objConf['map_name'])) { + if($this->CORE->checkMapIsAutomap($arrName1[$i])) { $MAP = new NagVisAutoMap($this->CORE, $SUBMAPCFG, $BACKEND, Array(), !IS_VIEW); $OBJ = $MAP->MAPOBJ; } else - $OBJ = new NagVisMapObj($this->CORE, $BACKEND, $MAPCFG, !IS_VIEW); + $OBJ = new NagVisMapObj($this->CORE, $BACKEND, $SUBMAPCFG, !IS_VIEW); $OBJ->fetchMapObjects(); break; case 'automap': ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
