Author:   Lars Michelsen <[email protected]>
Date:     Wed Sep  4 11:48:08 2013 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Wed Sep  4 11:48:08 2013 +0200

trying to fix error on centos 5.x

---

 .../core/classes/objects/NagVisStatefulObject.php  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/objects/NagVisStatefulObject.php 
b/share/server/core/classes/objects/NagVisStatefulObject.php
index afe4c81..8ce5217 100644
--- a/share/server/core/classes/objects/NagVisStatefulObject.php
+++ b/share/server/core/classes/objects/NagVisStatefulObject.php
@@ -49,7 +49,7 @@ class NagVisStatefulObject extends NagVisObject {
 
     protected $state = null;
 
-    protected $sum   = array(null, null, null, null);
+    public $sum = array(null, null, null, null);
     protected $aStateCounts = null;
 
     /**


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to