]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Worker.php
Allow nullable UID in PConfigCache
[friendica.git] / src / Core / Worker.php
index 548547022476d91c8f75e7c421583467a8176efd..8fdd60c2a74db95549ec4d3766b631b3f1020358 100644 (file)
@@ -1100,7 +1100,7 @@ class Worker
         * @param (integer|array) priority or parameter array, strings are deprecated and are ignored
         *
         * next args are passed as $cmd command line
-        * or: Worker::add(PRIORITY_HIGH, "Notifier", "drop", $drop_id);
+        * or: Worker::add(PRIORITY_HIGH, "Notifier", Delivery::DELETION, $drop_id);
         * or: Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), "CreateShadowEntry", $post_id);
         *
         * @return boolean "false" if proc_run couldn't be executed