forked from extern/egroupware
fix wrong case
This commit is contained in:
parent
1a3692c42c
commit
f707c7ca5a
@ -521,7 +521,7 @@ class infolog_hooks
|
|||||||
if ($data['prefs']['notify_due_delegated'] || $data['prefs']['notify_due_responsible'] ||
|
if ($data['prefs']['notify_due_delegated'] || $data['prefs']['notify_due_responsible'] ||
|
||||||
$data['prefs']['notify_start_delegated'] || $data['prefs']['notify_start_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'))
|
if (!$async->read('infolog-async-notification'))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user