Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-23 03:40:13 +0400
committerRobin Appelman <icewind1991@gmail.com>2011-08-23 03:41:18 +0400
commit391e064e67eaab5fb63ed568946af97b6a243fdd (patch)
tree9bf83f73b437e85f4f81d5cc86bd85b7df097946 /settings/apps.php
parentf2229e0427774045328388d67e1b969525ca610f (diff)
allow apps to register form for the settings and admin pages
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php1
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'],
);
}
}