1
0
Fork 0

Possibility to disable the automatic reload of the network page

This commit is contained in:
Michael Vogel 2014-07-09 21:32:32 +02:00
commit c980e6d20d
5 changed files with 25 additions and 2 deletions

View file

@ -907,6 +907,10 @@ function item_post(&$a) {
call_hooks('post_local_end', $datarray);
// if no auto update is enabled, then disable it temporarily
if (get_pconfig($profile_uid, "system", "no_auto_update") == 1)
set_pconfig($profile_uid, "system", "no_auto_update", -1);
if(strlen($emailcc) && $profile_uid == local_user()) {
$erecips = explode(',', $emailcc);
if(count($erecips)) {