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

This commit is contained in:
Mario Vavti
2018-06-09 10:58:01 +02:00
parent d5ee8d80ab
commit c4778e5e24
3 changed files with 35 additions and 36 deletions

View File

@@ -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) {