X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FExpire.php;h=15a9355342f8d7c3258fe46ec2fc004c8218a5d8;hb=4139134cfd2f86ba6fec2adef37bca16ab466514;hp=9e907dcfc2afc658503eda7d317f489246911542;hpb=360614d2cf3aceeb763ef1281ad5236878f5d735;p=friendica.git diff --git a/src/Worker/Expire.php b/src/Worker/Expire.php index 9e907dcfc2..15a9355342 100644 --- a/src/Worker/Expire.php +++ b/src/Worker/Expire.php @@ -51,7 +51,7 @@ class Expire foreach (Hook::getByName('expire') as $hook) { if ($hook[1] == $hook_function) { Logger::info('Calling expire hook', ['hook' => $hook[1]]); - Hook::callSingle($a, 'expire', $hook, $data); + Hook::callSingle('expire', $hook, $data); } } return;