Module: nagvis Branch: master Commit: 7616c8f1e44274fdc524185179f9959d0befb1e0 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=7616c8f1e44274fdc524185179f9959d0befb1e0
Author: LaMi <[email protected]> Date: Fri May 14 18:44:57 2010 +0200 Fixed wrong configuration setting introduced during latest code cleanups --- share/server/core/classes/CoreModGeneral.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/share/server/core/classes/CoreModGeneral.php b/share/server/core/classes/CoreModGeneral.php index ff1d9ca..3470cc3 100644 --- a/share/server/core/classes/CoreModGeneral.php +++ b/share/server/core/classes/CoreModGeneral.php @@ -205,6 +205,8 @@ class CoreModGeneral extends CoreModule { } $arr = $MAPCFG->getDefinitions('global'); + unset($arr[0]['type']); + unset($arr[0]['object_id']); $OBJ->setConfiguration($arr[0]); if($arrType[$i] != 'automap') ------------------------------------------------------------------------------ _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
