aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-08-17 17:48:55 +0200
committerMax Kostikov <max@kostikov.co>2018-08-17 17:48:55 +0200
commit6086a70e06c9032e6fb55e36c8baa69f93739f70 (patch)
tree37237171b30aaa178a05d318620eb66eeac91b1a
parent99066ae939dcdfdf5d3f44bd1d2455dceb1fe68e (diff)
downloadvolse-hubzilla-6086a70e06c9032e6fb55e36c8baa69f93739f70.tar.gz
volse-hubzilla-6086a70e06c9032e6fb55e36c8baa69f93739f70.tar.bz2
volse-hubzilla-6086a70e06c9032e6fb55e36c8baa69f93739f70.zip
Add missed app 'Order Apps'
-rw-r--r--Zotlabs/Lib/Apps.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index 42f6b314c..a966842ae 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -331,7 +331,8 @@ class Apps {
'Profile' => t('Profile'),
'Profiles' => t('Profiles'),
'Privacy Groups' => t('Privacy Groups'),
- 'Notifications' => t('Notifications')
+ 'Notifications' => t('Notifications'),
+ 'Order Apps' => t('Order Apps')
);
if(array_key_exists('name',$arr)) {