From 47219676f239ec488bccf6b5803f61c202183f1c Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Wed, 25 Feb 2015 07:21:26 -0500 Subject: [PATCH] - fixed wrong function definition for the encode() function in remote.lib.php. --- server/lib/classes/cron.d/100-monitor_clamav_log.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php b/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php index 3586649..25f7448 100644 --- a/server/lib/classes/cron.d/100-monitor_clamav_log.inc.php +++ b/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(); -- Gitblit v1.9.1