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 | |
parent | 03581ef463184081f8faa3f86bb6d21ee8bbc66d (diff) | |
download | nextcloud-server-6a00a6b9ed49f9a9da044772e7ca7f3506672100.tar.gz nextcloud-server-6a00a6b9ed49f9a9da044772e7ca7f3506672100.zip |
Make Jenkins more happy.
This is NoSpaceAfterComma
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/ajax/scan.php | 2 | ||||
-rw-r--r-- | apps/files/appinfo/app.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/ajax/scan.php b/apps/files/ajax/scan.php index d2ec1ab5161..5cd9572d7f9 100644 --- a/apps/files/ajax/scan.php +++ b/apps/files/ajax/scan.php @@ -21,7 +21,7 @@ if($force or !OC_FileCache::inCache('')) { OC_Cache::clear('fileid/'); //make sure the old fileid's don't mess things up } - OC_FileCache::scan($dir,$eventSource); + OC_FileCache::scan($dir, $eventSource); OC_FileCache::clean(); OCP\DB::commit(); $eventSource->send('success', true); 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") )); |