]> git.mxchange.org Git - friendica.git/blobdiff - mod/events.php
remove api_format_messages_win and include new fields in api_format_messages
[friendica.git] / mod / events.php
index 878bf841d2967c407988c2f8ab60046f5489f11f..636cf6c579ff437e1a8a6813177614cc367ee6aa 100644 (file)
@@ -177,7 +177,7 @@ function events_post(&$a) {
        $item_id = event_store($datarray);
 
        if(! $cid)
-               proc_run('php',"include/notifier.php","event","$item_id");
+               proc_run(PRIORITY_HIGH, "include/notifier.php", "event", $item_id);
 
        goaway($_SESSION['return_url']);
 }