diff options
author | Felix Moeller <mail@felixmoeller.de> | 2012-11-04 22:16:04 +0100 |
---|---|---|
committer | Felix Moeller <mail@felixmoeller.de> | 2012-11-04 22:16:04 +0100 |
commit | a4b2ea586dea5e02a91a873d16a20144db7292a0 (patch) | |
tree | 1f936fcd3d1a3d314d80986cef76cb8d84514194 /settings/apps.php | |
parent | 1e33ad9cbcd2282db5cb64b933bfe8844d582acf (diff) | |
download | nextcloud-server-a4b2ea586dea5e02a91a873d16a20144db7292a0.tar.gz nextcloud-server-a4b2ea586dea5e02a91a873d16a20144db7292a0.zip |
Style: Remove all the dangling white spaces
Diffstat (limited to 'settings/apps.php')
-rw-r--r-- | settings/apps.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/apps.php b/settings/apps.php index 8134b44143a..155291333f3 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -95,11 +95,11 @@ if ( $remoteApps ) { foreach ( $remoteApps AS $key => $remote ) { - if ( + if ( $app['name'] == $remote['name'] - // To set duplicate detection to use OCS ID instead of string name, - // enable this code, remove the line of code above, - // and add <ocs_id>[ID]</ocs_id> to info.xml of each 3rd party app: + // To set duplicate detection to use OCS ID instead of string name, + // enable this code, remove the line of code above, + // and add <ocs_id>[ID]</ocs_id> to info.xml of each 3rd party app: // OR $app['ocs_id'] == $remote['ocs_id'] ) { |