diff options
author | friendica <info@friendica.com> | 2012-12-16 02:07:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-16 02:07:16 -0800 |
commit | 696551222e22d698f2e1bdb0d287c7d7604bb381 (patch) | |
tree | 8bcdc1e4b0f0bd2f59fb50b9596498a2b5ae21ab /mod/network.php | |
parent | 76b289504b440fb19a16e0c3deb8c787658506ab (diff) | |
download | volse-hubzilla-696551222e22d698f2e1bdb0d287c7d7604bb381.tar.gz volse-hubzilla-696551222e22d698f2e1bdb0d287c7d7604bb381.tar.bz2 volse-hubzilla-696551222e22d698f2e1bdb0d287c7d7604bb381.zip |
typo
Diffstat (limited to 'mod/network.php')
-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 7559de293..e1061405f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -509,7 +509,7 @@ function network_content(&$a, $update = 0, $load = false) { '$search' => $search, '$order' => $order, '$file' => $file, - '$cats' =? '', + '$cats' => '', '$dend' => $datequery, '$dbegin' => $datequery2 )); |