diff options
author | Michiel de Jong <michiel@unhosted.org> | 2012-03-01 20:55:12 +0000 |
---|---|---|
committer | Michiel de Jong <michiel@unhosted.org> | 2012-03-01 20:55:12 +0000 |
commit | 5d8d7ef2a1c5197c8ee9e03eedc28a5a23e7c07f (patch) | |
tree | 953694fda223fabb1f9ab26ef79e0ce6cd1fc799 /apps/remoteStorage/appinfo/app.php | |
parent | 5dcd9e20d03f089408ada52e3ea5462c88bf191a (diff) | |
download | nextcloud-server-5d8d7ef2a1c5197c8ee9e03eedc28a5a23e7c07f.tar.gz nextcloud-server-5d8d7ef2a1c5197c8ee9e03eedc28a5a23e7c07f.zip |
remoteStorage app version 0.5
Diffstat (limited to 'apps/remoteStorage/appinfo/app.php')
-rw-r--r-- | apps/remoteStorage/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/remoteStorage/appinfo/app.php b/apps/remoteStorage/appinfo/app.php index ac1ecde5082..a1fbebc42f5 100644 --- a/apps/remoteStorage/appinfo/app.php +++ b/apps/remoteStorage/appinfo/app.php @@ -3,3 +3,4 @@ OC_App::register( array( 'order' => 10, 'id' => 'remoteStorage', 'name' => 'remoteStorage compatibility' )); +OC_APP::registerPersonal('remoteStorage','settings'); |