Merge branch 'patch-17' into 'master'

Add missed app 'Order Apps'

See merge request hubzilla/core!1258
This commit is contained in:
Mario 2018-08-21 13:12:41 +02:00
commit 85aa495741

View File

@ -331,7 +331,8 @@ class Apps {
'Profile' => t('Profile'), 'Profile' => t('Profile'),
'Profiles' => t('Profiles'), 'Profiles' => t('Profiles'),
'Privacy Groups' => t('Privacy Groups'), 'Privacy Groups' => t('Privacy Groups'),
'Notifications' => t('Notifications') 'Notifications' => t('Notifications'),
'Order Apps' => t('Order Apps')
); );
if(array_key_exists('name',$arr)) { if(array_key_exists('name',$arr)) {