diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-23 01:40:13 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-23 01:41:18 +0200 |
commit | 391e064e67eaab5fb63ed568946af97b6a243fdd (patch) | |
tree | 9bf83f73b437e85f4f81d5cc86bd85b7df097946 /settings/apps.php | |
parent | f2229e0427774045328388d67e1b969525ca610f (diff) | |
download | nextcloud-server-391e064e67eaab5fb63ed568946af97b6a243fdd.tar.gz nextcloud-server-391e064e67eaab5fb63ed568946af97b6a243fdd.zip |
allow apps to register form for the settings and admin pages
Diffstat (limited to 'settings/apps.php')
-rw-r--r-- | settings/apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/apps.php b/settings/apps.php index 05da4259768..d5aafd628e6 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -57,6 +57,7 @@ if(is_array($catagoryNames)){ 'active'=>false, 'description'=>$app['description'], 'author'=>$app['personid'], + 'licence'=>$app['license'], ); } } |