X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=d770e75c3af21f52549517f359f8aee257d08817;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=a39fd95980bfcde60fae0859ce8d02faa1eca1d9;hpb=3a9a9e6a1c07c253bfbe6d437d1311497e947086;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index a39fd95980..d770e75c3a 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -1,5 +1,6 @@ user['deny_gid']; $i = item_store($arr); - if($i) { - proc_run('php',"include/notifier.php","activity","$i"); - } + if($i) + proc_run(PRIORITY_HIGH, "include/notifier.php", "activity", $i); } @@ -742,9 +742,6 @@ function profiles_content(&$a) { '$work' => array('work', t('Work/employment'), $r[0]['work']), '$education' => array('education', t('School/education'), $r[0]['education']), '$contact' => array('contact', t('Contact information and Social Networks'), $r[0]['contact']), - - //eigene - )); $arr = array('profile' => $r[0], 'entry' => $o);