From cfe8094b458c62cbab0b79dd957c31dbf60a26c4 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Jan 2012 00:23:05 -0800 Subject: nets widget - allow all children of specified parent net regardless of network --- mod/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index 9318d20ca..159da7f51 100644 --- a/mod/network.php +++ b/mod/network.php @@ -466,7 +466,7 @@ function network_content(&$a, $update = 0) { AND `contact`.`id` = `item`.`contact-id` AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0 AND `item`.`parent` IN ( %s ) - $sql_extra $sql_nets", + $sql_extra ", intval(local_user()), dbesc($parents_str) ); -- cgit v1.2.3