diff options
author | Felix Moeller <mail@felixmoeller.de> | 2012-10-23 00:28:12 +0200 |
---|---|---|
committer | Felix Moeller <mail@felixmoeller.de> | 2012-10-23 00:28:12 +0200 |
commit | 6a00a6b9ed49f9a9da044772e7ca7f3506672100 (patch) | |
tree | 2c0b0a57af5befe1c8153296cbcad3ff7c6ff4cf /apps/files/appinfo | |
parent | 03581ef463184081f8faa3f86bb6d21ee8bbc66d (diff) | |
download | nextcloud-server-6a00a6b9ed49f9a9da044772e7ca7f3506672100.tar.gz nextcloud-server-6a00a6b9ed49f9a9da044772e7ca7f3506672100.zip |
Make Jenkins more happy.
This is NoSpaceAfterComma
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index db3b213ab8d..b431ddfec02 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -1,7 +1,7 @@ <?php $l=OC_L10N::get('files'); -OCP\App::registerAdmin('files','admin'); +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") )); |