summaryrefslogtreecommitdiffstats
path: root/lib/vcategories.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-24 10:16:32 -0700
committerLukas Reschke <lukas@statuscode.ch>2012-10-24 10:16:32 -0700
commit515e1b467e58337067ee3a4a8945f449d3c2ef3a (patch)
tree06ed218ada64bb696e9c6ce22baa79b827df8530 /lib/vcategories.php
parent7454186806d8ebc440f7604d1ff517433bdd9faa (diff)
parent561cbb2de69a31934c22fc28332b5a14b6fcfc68 (diff)
downloadnextcloud-server-515e1b467e58337067ee3a4a8945f449d3c2ef3a.tar.gz
nextcloud-server-515e1b467e58337067ee3a4a8945f449d3c2ef3a.zip
Merge pull request #81 from fmms/master
Codestyle add some needed spaces.
Diffstat (limited to 'lib/vcategories.php')
-rw-r--r--lib/vcategories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vcategories.php b/lib/vcategories.php
index 6b1d6a316f1..ba6569a244d 100644
--- a/lib/vcategories.php
+++ b/lib/vcategories.php
@@ -222,7 +222,7 @@ class OC_VCategories {
if(!is_array($haystack)) {
return false;
}
- return array_search(strtolower($needle),array_map('strtolower',$haystack));
+ return array_search(strtolower($needle), array_map('strtolower',$haystack));
}
}