florian030
2014-02-20 94a38c410ef02bdee82b64ae7dd626c0d5483858
fixed typo in 100-monitor_clamav_log.inc.php
1 files modified
2 ■■■ changed files
server/lib/classes/cron.d/100-monitor_clamav_log.inc.php 2 ●●● patch | view | raw | blame | history
server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
@@ -145,7 +145,7 @@
        
        //* Warn when clamav is outdated and main.cld update failed.
        if($clamav_outdated_warning == true && $clamav_bytecode_updated == false) {
            $state = $this->_setState($state, 'info');
            $state = $this->_tools->_setState($state, 'info');
        }
        $res = array();