Author:   Lars Michelsen <[email protected]>
Date:     Thu Feb 16 11:48:45 2012 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Thu Feb 16 11:48:45 2012 +0100

Fixed non mandatory audit_log parameter

---

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

diff --git a/share/server/core/classes/GlobalMainCfg.php 
b/share/server/core/classes/GlobalMainCfg.php
index b9f6750..f91dbf2 100644
--- a/share/server/core/classes/GlobalMainCfg.php
+++ b/share/server/core/classes/GlobalMainCfg.php
@@ -49,7 +49,7 @@ class GlobalMainCfg {
         $this->validConfig = Array(
             'global' => Array(
                 'audit_log' => Array(
-                    'must'     => 1,
+                    'must'     => 0,
                     'editable' => 1,
                     'default'  => 0,
                     'match'    => MATCH_BOOLEAN


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to