"proc_run" is now called with priority.

This commit is contained in:
Michael Vogel
2016-08-01 07:48:43 +02:00
parent 89227813fc
commit 668da905e2
31 changed files with 149 additions and 137 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ function fsuggest_post(&$a) {
intval($fsuggest_id),
intval(local_user())
);
proc_run('php', 'include/notifier.php', 'suggest' , $fsuggest_id);
proc_run(PRIORITY_HIGH, 'include/notifier.php', 'suggest', $fsuggest_id);
}
info( t('Friend suggestion sent.') . EOL);