aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-16 00:44:38 -0800
committerfriendica <info@friendica.com>2012-12-16 00:44:38 -0800
commit76b289504b440fb19a16e0c3deb8c787658506ab (patch)
treeffb7870fdf9b6dda1e80fbd48cab1b76434bc079 /mod/network.php
parent37974e5288adc391b32d72f5b4d6e9d698ee1777 (diff)
downloadvolse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.tar.gz
volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.tar.bz2
volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.zip
add live page loading and and endless scroll to home (mod_channel)
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/mod/network.php b/mod/network.php
index e19871602..7559de293 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -340,10 +340,6 @@ function network_content(&$a, $update = 0, $load = false) {
}
-
-
-
-
$contact_id = $a->cid;
require_once('include/acl_selectors.php');
@@ -513,6 +509,7 @@ function network_content(&$a, $update = 0, $load = false) {
'$search' => $search,
'$order' => $order,
'$file' => $file,
+ '$cats' =? '',
'$dend' => $datequery,
'$dbegin' => $datequery2
));