aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-08-01 16:12:44 -0700
committerzotlabs <mike@macgirvin.com>2018-08-01 16:12:44 -0700
commit4d0611b7d4be21d9b436348fbe9b7b1a4c0b189c (patch)
tree0a1dfe865cc9b6da7306595c214aaad0172999a2 /Zotlabs
parent0cfaf34a2284094d819548d8f6481e3a0d8ae59f (diff)
downloadvolse-hubzilla-4d0611b7d4be21d9b436348fbe9b7b1a4c0b189c.tar.gz
volse-hubzilla-4d0611b7d4be21d9b436348fbe9b7b1a4c0b189c.tar.bz2
volse-hubzilla-4d0611b7d4be21d9b436348fbe9b7b1a4c0b189c.zip
hubzilla core issue #1258
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Activity_order.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Activity_order.php b/Zotlabs/Widget/Activity_order.php
index 0e660afc3..27d1a971a 100644
--- a/Zotlabs/Widget/Activity_order.php
+++ b/Zotlabs/Widget/Activity_order.php
@@ -34,6 +34,7 @@ class Activity_order {
break;
default:
$commentord_active = 'active';
+ break;
}
}
else {
@@ -78,6 +79,9 @@ class Activity_order {
if(x($_GET,'file'))
$filter .= '&file=' . $_GET['file'];
+ if(x($_GET,'pf'))
+ $filter .= '&pf=' . $_GET['pf'];
+
// tabs
$tabs = [];