aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Categories.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-08-28 23:45:03 +0200
committergit-marijus <mario@mariovavti.com>2017-08-28 23:45:03 +0200
commit8517e7e7982acde8d0683edb93e465c68d338d92 (patch)
treeeebad52c08198ac979bc907e21473c27e36eb30c /Zotlabs/Widget/Categories.php
parente70bf975084ee44662bc2c1c19d2fe6aa0268dee (diff)
parent6385d11b5489d3d3cf0c8200e689276824af148e (diff)
downloadvolse-hubzilla-8517e7e7982acde8d0683edb93e465c68d338d92.tar.gz
volse-hubzilla-8517e7e7982acde8d0683edb93e465c68d338d92.tar.bz2
volse-hubzilla-8517e7e7982acde8d0683edb93e465c68d338d92.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Widget/Categories.php')
-rw-r--r--Zotlabs/Widget/Categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Categories.php b/Zotlabs/Widget/Categories.php
index 84deb03d6..305869706 100644
--- a/Zotlabs/Widget/Categories.php
+++ b/Zotlabs/Widget/Categories.php
@@ -19,7 +19,7 @@ class Categories {
}
$cat = ((x($_REQUEST,'cat')) ? htmlspecialchars($_REQUEST['cat'],ENT_COMPAT,'UTF-8') : '');
- $srchurl = \App::$query_string;
+ $srchurl = (($cards) ? \App::$argv[0] . '/' . \App::$argv[1] : \App::$query_string);
$srchurl = rtrim(preg_replace('/cat\=[^\&].*?(\&|$)/is','',$srchurl),'&');
$srchurl = str_replace(array('?f=','&f='),array('',''),$srchurl);