diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 22:37:49 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-21 23:46:50 +0100 |
commit | 59a3238d1a0494987546b5ecc14622981b4a2778 (patch) | |
tree | 7390cccaa4d9facd4157e95f647a74810a593502 /apps/files_sharing/appinfo/update.php | |
parent | 40a5a526841d379da5d554a6f69ad0aef25acb7d (diff) | |
download | nextcloud-server-59a3238d1a0494987546b5ecc14622981b4a2778.tar.gz nextcloud-server-59a3238d1a0494987546b5ecc14622981b4a2778.zip |
Style cleanup files_sharing
Diffstat (limited to 'apps/files_sharing/appinfo/update.php')
-rw-r--r-- | apps/files_sharing/appinfo/update.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/update.php b/apps/files_sharing/appinfo/update.php index 1d22b32b503..48e41e93048 100644 --- a/apps/files_sharing/appinfo/update.php +++ b/apps/files_sharing/appinfo/update.php @@ -52,7 +52,10 @@ if (version_compare($installedVersion, '0.3', '<')) { } catch (Exception $e) { $update_error = true; - OCP\Util::writeLog('files_sharing', 'Upgrade Routine: Skipping sharing "'.$row['source'].'" to "'.$shareWith.'" (error is "'.$e->getMessage().'")', OCP\Util::WARN); + OCP\Util::writeLog('files_sharing', + 'Upgrade Routine: Skipping sharing "'.$row['source'].'" to "'.$shareWith + .'" (error is "'.$e->getMessage().'")', + OCP\Util::WARN); } OC_Util::tearDownFS(); } |