aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-30 14:54:39 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-30 14:54:39 +0200
commit881406f82b455cbd78eb64570a0a41937814a444 (patch)
tree6fb91ecb9eb9f9bf356e6c9e8868f55bc2ab92a6 /Zotlabs
parent293e405f5b9761ade0c621c3696b93439b2440bf (diff)
downloadvolse-hubzilla-881406f82b455cbd78eb64570a0a41937814a444.tar.gz
volse-hubzilla-881406f82b455cbd78eb64570a0a41937814a444.tar.bz2
volse-hubzilla-881406f82b455cbd78eb64570a0a41937814a444.zip
remove redundant reference for order
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Network.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Module/Network.php b/Zotlabs/Module/Network.php
index 060179217..5e7492fd4 100644
--- a/Zotlabs/Module/Network.php
+++ b/Zotlabs/Module/Network.php
@@ -120,16 +120,11 @@ class Network extends \Zotlabs\Web\Controller {
$def_acl = array('allow_gid' => '<' . $r[0]['hash'] . '>');
}
-
$default_cmin = ((feature_enabled(local_channel(),'affinity')) ? get_pconfig(local_channel(),'affinity','cmin',0) : 0);
$default_cmax = ((feature_enabled(local_channel(),'affinity')) ? get_pconfig(local_channel(),'affinity','cmax',99) : 99);
-
- // if no tabs are selected, defaults to comments
-
$cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0);
$star = ((x($_GET,'star')) ? intval($_GET['star']) : 0);
- $order = ((x($_GET,'order')) ? notags($_GET['order']) : 'comment');
$liked = ((x($_GET,'liked')) ? intval($_GET['liked']) : 0);
$conv = ((x($_GET,'conv')) ? intval($_GET['conv']) : 0);
$spam = ((x($_GET,'spam')) ? intval($_GET['spam']) : 0);