Auto update of network page only at top of the page
This commit is contained in:
parent
9f09d90c6d
commit
2f89a9b3e8
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ function update_network_content(&$a) {
|
|||
echo (($_GET['msie'] == 1) ? '<div>' : '<section>');
|
||||
|
||||
$no_auto_update = get_pconfig($profile_uid, "system", "no_auto_update");
|
||||
if ($no_auto_update <= 0) {
|
||||
if (($no_auto_update <= 0) OR ($_GET['top'] == 1)) {
|
||||
$text = network_content($a,$profile_uid);
|
||||
if ($no_auto_update < 0)
|
||||
set_pconfig($profile_uid, "system", "no_auto_update", 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue