]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Merge pull request #2812 from Hypolite/fix-browser-notifications
[friendica.git] / mod / videos.php
index bf8d696b60f90cceef1b14d825ba70151cde932f..e5a0887bb9f3a2e6e22c1ade3fe262977d94886f 100644 (file)
@@ -167,7 +167,7 @@ function videos_post(&$a) {
                                $drop_id = intval($i[0]['id']);
 
                                if($i[0]['visible'])
-                                       proc_run('php',"include/notifier.php","drop","$drop_id");
+                                       proc_run(PRIORITY_HIGH, "include/notifier.php", "drop", $drop_id);
                        }
                }