From ea2d2d6f22aa6492bc54174be3fe863be8c11387 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Mar 2012 14:44:31 +0800 Subject: [PATCH] Lock.php --- Lock.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lock.php b/Lock.php index 84ffc5a1..ef8d242a 100644 --- a/Lock.php +++ b/Lock.php @@ -126,8 +126,7 @@ class Pman_Core_Lock extends Pman $ret[$p->id] = $p->toArray(); $ret[$p->id]['lock_created'] = $ar[$p->id]; } - $ret = array_values($ret); - //$this->jok(array_values($ret)); + $this->jok(array_values($ret)); } // trash the lock if it belongs to current user.. -- 2.39.2