aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Appcategories.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-07-04 23:20:35 -0700
committerzotlabs <mike@macgirvin.com>2018-07-04 23:20:35 -0700
commitf6e8ce5516eeaf2e0525f69099d68a55df9501e3 (patch)
tree95567186aa874db9fbb809f10c6d9b5dedd41b34 /Zotlabs/Widget/Appcategories.php
parent51a2e64a897e5afdb3e607915534a1562a215563 (diff)
downloadvolse-hubzilla-f6e8ce5516eeaf2e0525f69099d68a55df9501e3.tar.gz
volse-hubzilla-f6e8ce5516eeaf2e0525f69099d68a55df9501e3.tar.bz2
volse-hubzilla-f6e8ce5516eeaf2e0525f69099d68a55df9501e3.zip
appstore changes
Diffstat (limited to 'Zotlabs/Widget/Appcategories.php')
-rw-r--r--Zotlabs/Widget/Appcategories.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Appcategories.php b/Zotlabs/Widget/Appcategories.php
index 8ff14230f..aebd144d0 100644
--- a/Zotlabs/Widget/Appcategories.php
+++ b/Zotlabs/Widget/Appcategories.php
@@ -17,6 +17,9 @@ class Appcategories {
// Leaving this line which negates the effect of the two invalid lines prior
$srchurl = z_root() . '/apps';
+ if(argc() > 1 && argv(1) === 'available')
+ $srchurl .= '/available';
+
$terms = array();