Author:   Lars Michelsen <[email protected]>
Date:     Fri May 11 18:54:53 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Fri May 11 18:54:53 2012 +0200

Bugfix: Fixed icon update on overview page (Now rally for 1.6 code)

---

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

diff --git a/share/server/core/classes/GlobalIndexPage.php 
b/share/server/core/classes/GlobalIndexPage.php
index 963c60c..cd50ecd 100644
--- a/share/server/core/classes/GlobalIndexPage.php
+++ b/share/server/core/classes/GlobalIndexPage.php
@@ -166,7 +166,7 @@ class GlobalIndexPage {
             }
         }
 
-        if($type == 'map') {
+        if($type == 'map' || $type == 'list') {
             $this->BACKEND->execute();
 
             foreach($aObjs AS $aObj) {


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to