]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Expire.php
spelling: effectiveness
[friendica.git] / src / Worker / Expire.php
index 9e907dcfc2afc658503eda7d317f489246911542..15a9355342f8d7c3258fe46ec2fc004c8218a5d8 100644 (file)
@@ -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;