diff options
author | Felix Moeller <mail@felixmoeller.de> | 2012-11-04 18:28:29 +0100 |
---|---|---|
committer | Felix Moeller <mail@felixmoeller.de> | 2012-11-04 18:28:29 +0100 |
commit | 0e70ea9d8baa449ee3c8309f2b6a59ce06a55926 (patch) | |
tree | 538076bdc23be31e88ba012aa4f26448c8fd1ca3 /lib/migrate.php | |
parent | 1205749f8cec19c30c9f58f7f97832fac9a4c502 (diff) | |
download | nextcloud-server-0e70ea9d8baa449ee3c8309f2b6a59ce06a55926.tar.gz nextcloud-server-0e70ea9d8baa449ee3c8309f2b6a59ce06a55926.zip |
Checkstyle: Fix the last 25 NoSpaceAfterComma
Diffstat (limited to 'lib/migrate.php')
-rw-r--r-- | lib/migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/migrate.php b/lib/migrate.php index 616417a2271..96f5a0001f7 100644 --- a/lib/migrate.php +++ b/lib/migrate.php @@ -611,7 +611,7 @@ class OC_Migrate{ if( file_exists( $db ) ) { // Connect to the db if(!self::connectDB( $db )) { - OC_Log::write('migration','Failed to connect to migration.db', OC_Log::ERROR); + OC_Log::write('migration', 'Failed to connect to migration.db', OC_Log::ERROR); return false; } } else { |