From f707c7ca5a551faeb5cc3ee2b4ea52d880e8474c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 2 May 2016 09:39:07 +0000 Subject: [PATCH] fix wrong case --- infolog/inc/class.infolog_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 70e6989116..a896423e72 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -521,7 +521,7 @@ class infolog_hooks if ($data['prefs']['notify_due_delegated'] || $data['prefs']['notify_due_responsible'] || $data['prefs']['notify_start_delegated'] || $data['prefs']['notify_start_responsible']) { - $async = new Api\AsyncService(); + $async = new Api\Asyncservice(); if (!$async->read('infolog-async-notification')) {