1
0
Fork 0

Optimized version of the possibility to reload the content of the network page only at its top.

This commit is contained in:
Michael Vogel 2014-08-02 00:35:25 +02:00
commit 4d6f28d224
4 changed files with 12 additions and 18 deletions

View file

@ -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)) {