diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 819ec3c43..d9d4e82cb 100644 --- a/mod/network.php +++ b/mod/network.php @@ -646,7 +646,7 @@ function network_content(&$a, $update = 0, $load = false) { intval(ABOOK_FLAG_BLOCKED) ); } - else { + // Then fetch all the children of the parents that are on this page |