hubzilla core issue #1258
This commit is contained in:
parent
0cfaf34a22
commit
4d0611b7d4
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user