diff options
author | friendica <info@friendica.com> | 2013-01-04 19:26:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-04 19:26:53 -0800 |
commit | ea6096e21d56887f2cadd32a993b7dad27e8b7e6 (patch) | |
tree | 2e96b4177ffe84db2a956d3fed706a517c178a46 /mod | |
parent | 70b6f989dd2295fefdf53f4d68c3cd0e7674b4bc (diff) | |
download | volse-hubzilla-ea6096e21d56887f2cadd32a993b7dad27e8b7e6.tar.gz volse-hubzilla-ea6096e21d56887f2cadd32a993b7dad27e8b7e6.tar.bz2 volse-hubzilla-ea6096e21d56887f2cadd32a993b7dad27e8b7e6.zip |
stray else
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 |