fix wrong case

This commit is contained in:
Ralf Becker 2016-05-02 09:39:07 +00:00
parent 1a3692c42c
commit f707c7ca5a

View File

@ -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'))
{