diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-09 10:58:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-09 10:58:01 +0200 |
commit | c4778e5e2494d262c18dd73815fb495964355fce (patch) | |
tree | 6960a7336c13e3aa6e0bd9b6a1cedf1d9595f95f /Zotlabs/Module/Network.php | |
parent | d5ee8d80ab2db542fb14bbeaab5707665b9e3590 (diff) | |
download | volse-hubzilla-c4778e5e2494d262c18dd73815fb495964355fce.tar.gz volse-hubzilla-c4778e5e2494d262c18dd73815fb495964355fce.tar.bz2 volse-hubzilla-c4778e5e2494d262c18dd73815fb495964355fce.zip |
restrict cid filter to unthreaded order (makes much more sense that way imho and the query is a lot faster) and slighty change order of the filters
Diffstat (limited to 'Zotlabs/Module/Network.php')
-rw-r--r-- | Zotlabs/Module/Network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Network.php b/Zotlabs/Module/Network.php index 132770608..2e9bcd2ce 100644 --- a/Zotlabs/Module/Network.php +++ b/Zotlabs/Module/Network.php @@ -140,7 +140,7 @@ class Network extends \Zotlabs\Web\Controller { $deftag = ''; - if(x($_GET,'search') || x($_GET,'file')) + if(x($_GET,'search') || $file || (!$pf && $cid)) $nouveau = true; if($cid) { |