Skip to content

Commit 94a38c4

Browse files
author
florian030
committed
fixed typo in 100-monitor_clamav_log.inc.php
1 parent 955491c commit 94a38c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/100-monitor_clamav_log.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function onRunJob() {
145145

146146
//* Warn when clamav is outdated and main.cld update failed.
147147
if($clamav_outdated_warning == true && $clamav_bytecode_updated == false) {
148-
$state = $this->_setState($state, 'info');
148+
$state = $this->_tools->_setState($state, 'info');
149149
}
150150

151151
$res = array();

0 commit comments

Comments
 (0)