initial support for alternative sort orders on the cloud pages. Can be triggered manually but further development is required.

This commit is contained in:
zotlabs
2018-03-21 21:19:18 -07:00
parent dc066d4c9b
commit 1514b0f4e5
3 changed files with 24 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ function clean_query_string($s = '') {
$x = strip_zids(($s) ? $s : \App::$query_string);
$x = strip_owt($x);
$x = strip_zats($x);
$x = strip_query_param($x,'sort');
return strip_query_param($x,'f');
}