remove code with undeclared variable in function poke_init(
This commit is contained in:
parent
ea770ed778
commit
abe0d8355a
|
@ -138,11 +138,8 @@ function poke_init(App $a) {
|
||||||
Worker::add(PRIORITY_HIGH, "Notifier", "tag", $item_id);
|
Worker::add(PRIORITY_HIGH, "Notifier", "tag", $item_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Addon::callHooks('post_local_end', $arr);
|
Addon::callHooks('post_local_end', $arr);
|
||||||
|
|
||||||
Worker::add(PRIORITY_HIGH, "Notifier", "like", $post_id);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue