mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
No german compound wording :-)
This commit is contained in:
parent
8cd21269ff
commit
183999ee08
3 changed files with 4 additions and 4 deletions
|
@ -923,7 +923,7 @@ class Worker {
|
|||
*
|
||||
* next args are passed as $cmd command line
|
||||
* or: Worker::add(PRIORITY_HIGH, "Notifier", "drop", $drop_id);
|
||||
* or: Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), "CreateShadowentry", $post_id);
|
||||
* or: Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), "CreateShadowEntry", $post_id);
|
||||
*
|
||||
* @note $cmd and string args are surrounded with ""
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue