Possibility to disable the automatic reload of the network page
This commit is contained in:
parent
fe71272e1e
commit
c980e6d20d
5 changed files with 25 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue