diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/apps.php b/settings/apps.php index d5aafd628e6..337a52fd416 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -57,7 +57,7 @@ if(is_array($catagoryNames)){ 'active'=>false, 'description'=>$app['description'], 'author'=>$app['personid'], - 'licence'=>$app['license'], + 'license'=>$app['license'], ); } } |