diff options
author | Mario <mario@mariovavti.com> | 2018-08-21 13:12:41 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-08-21 13:12:41 +0200 |
commit | 85aa4957414c98fb6f44c0c2b79ef9d198e963a7 (patch) | |
tree | 37237171b30aaa178a05d318620eb66eeac91b1a /Zotlabs/Lib/Apps.php | |
parent | 99066ae939dcdfdf5d3f44bd1d2455dceb1fe68e (diff) | |
parent | 6086a70e06c9032e6fb55e36c8baa69f93739f70 (diff) | |
download | volse-hubzilla-85aa4957414c98fb6f44c0c2b79ef9d198e963a7.tar.gz volse-hubzilla-85aa4957414c98fb6f44c0c2b79ef9d198e963a7.tar.bz2 volse-hubzilla-85aa4957414c98fb6f44c0c2b79ef9d198e963a7.zip |
Merge branch 'patch-17' into 'master'
Add missed app 'Order Apps'
See merge request hubzilla/core!1258
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
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)) { |