keep FB out of private notes

This commit is contained in:
friendica
2012-05-22 21:20:31 -07:00
parent 0da20ec9ef
commit 3ac7c4e859
4 changed files with 25 additions and 16 deletions
+5 -1
View File
@@ -108,6 +108,10 @@ function network_content(&$a, $update = 0) {
return login(false);
}
$arr = array('query' => $a->query_string);
call_hooks('network_content_init', $arr);
$o = '';
// item filter tabs
@@ -157,7 +161,7 @@ function network_content(&$a, $update = 0) {
$all_active = 'active';
}
$postord_active = '';
if($all_active && x($_GET,'order') && $_GET['order'] !== 'comment') {