]> git.mxchange.org Git - friendica.git/blobdiff - mod/events.php
Fix formatting in mod/settings
[friendica.git] / mod / events.php
index b72c8f1884e32f1fe87fd5f211e626952ee19b7b..7a05274e233d8281f6ff673ddb66a28160fd374c 100644 (file)
@@ -180,7 +180,7 @@ function events_post(App $a) {
        $item_id = event_store($datarray);
 
        if (! $cid) {
-               Worker::add(PRIORITY_HIGH, "notifier", "event", $item_id);
+               Worker::add(PRIORITY_HIGH, "Notifier", "event", $item_id);
        }
 
        goaway($_SESSION['return_url']);