Optimized version of the possibility to reload the content of the network page only at its top.
This commit is contained in:
parent
1a865bf400
commit
4d6f28d224
4 changed files with 12 additions and 18 deletions
|
@ -911,10 +911,6 @@ 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