We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955491c commit 94a38c4Copy full SHA for 94a38c4
server/lib/classes/cron.d/100-monitor_clamav_log.inc.php
@@ -145,7 +145,7 @@ public function onRunJob() {
145
146
//* Warn when clamav is outdated and main.cld update failed.
147
if($clamav_outdated_warning == true && $clamav_bytecode_updated == false) {
148
- $state = $this->_setState($state, 'info');
+ $state = $this->_tools->_setState($state, 'info');
149
}
150
151
$res = array();
0 commit comments