diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-05-02 11:26:22 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-05-02 11:26:22 +0200 |
commit | 67509989845ea422c4d96ebd704fbf5981eb5e8f (patch) | |
tree | 23bbd27550dddbdb355f0019807cb31a8f604fa2 /apps/files | |
parent | d71600213a71be5710d47add24d57250e6427865 (diff) | |
download | nextcloud-server-67509989845ea422c4d96ebd704fbf5981eb5e8f.tar.gz nextcloud-server-67509989845ea422c4d96ebd704fbf5981eb5e8f.zip |
files is not internal any more, part II
Diffstat (limited to 'apps/files')
-rwxr-xr-x | apps/files/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 4a05a655957..355b77d5e7e 100755 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -4,6 +4,7 @@ $l=OC_L10N::get('files'); OCP\App::register( array( "order" => 2, "id" => "files", "name" => "Files" )); +OCP\App::registerAdmin('files','admin'); OCP\App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href" => OCP\Util::linkTo( "files", "index.php" ), "icon" => OCP\Util::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") )); |