mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
expire and gprobe now moved as well
This commit is contained in:
parent
27af65918e
commit
501514bd54
7 changed files with 153 additions and 143 deletions
|
@ -939,7 +939,7 @@ function zrl_init(App $a)
|
|||
return;
|
||||
}
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'gprobe', $tmp_str);
|
||||
Worker::add(PRIORITY_LOW, 'GProbe', $tmp_str);
|
||||
$arr = array('zrl' => $tmp_str, 'url' => $a->cmd);
|
||||
call_hooks('zrl_init', $arr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue