diff options
author | Mario <mario@mariovavti.com> | 2018-10-05 14:52:46 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-05 14:52:46 +0200 |
commit | a29e5521ccba205f0f081db2524e4d58099980f8 (patch) | |
tree | d5fae115a1cc29a3ae819b6b4a0204fbad664e7b | |
parent | 69659e9bd55f11e63fc93a8e6c5d5deea1489931 (diff) | |
parent | 59bd90b967e9938c294a3a2738e8d177fa497782 (diff) | |
download | volse-hubzilla-a29e5521ccba205f0f081db2524e4d58099980f8.tar.gz volse-hubzilla-a29e5521ccba205f0f081db2524e4d58099980f8.tar.bz2 volse-hubzilla-a29e5521ccba205f0f081db2524e4d58099980f8.zip |
Merge branch 'patch-3' into 'dev'
Add 'Channel Export' in Apps list
See merge request hubzilla/core!1309
-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 8db4e000f..826b2db29 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -354,7 +354,8 @@ class Apps { 'Permission Categories' => t('Permission Categories'), 'Premium Channel' => t('Premium Channel'), 'Public Stream' => t('Public Stream'), - 'My Chatrooms' => t('My Chatrooms') + 'My Chatrooms' => t('My Chatrooms'), + 'Channel Export' => t('Channel Export') ); if(array_key_exists('name',$arr)) { |