summaryrefslogtreecommitdiffstats
path: root/lib/ocsclient.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-07-21 13:14:52 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-07-21 13:14:52 +0200
commit5508a95065cc6bf772621d5222bc23115e7c4df2 (patch)
tree21e2fd6f59ab69ded122a51641bf867e57c2af9d /lib/ocsclient.php
parent88f66460a36f7809289313b30ef4fbe58bd8cced (diff)
parent687c87bc5b4d4c04cdb05adcab2465d8dfbb34cc (diff)
downloadnextcloud-server-5508a95065cc6bf772621d5222bc23115e7c4df2.tar.gz
nextcloud-server-5508a95065cc6bf772621d5222bc23115e7c4df2.zip
Merge branch 'master' into subadmin
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r--lib/ocsclient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php
index 951d761d7e6..ae35470cff6 100644
--- a/lib/ocsclient.php
+++ b/lib/ocsclient.php
@@ -71,7 +71,7 @@ class OC_OCSClient{
$tmp=$data->data;
$cats=array();
- foreach($tmp->category as $key=>$value) {
+ foreach($tmp->category as $value) {
$id= (int) $value->id;
$name= (string) $value->name;