From: Alan Knowles Date: Thu, 18 Nov 2010 08:34:14 +0000 (+0800) Subject: Lock.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a56e6a204e36db787e8d8acb574df69b755e54ca Lock.php --- diff --git a/Lock.php b/Lock.php index e623139c..dfd42872 100644 --- a/Lock.php +++ b/Lock.php @@ -83,7 +83,8 @@ class Pman_Core_Lock extends Pman 'created' => date('Y-m-d H:i:s'), 'person_id' => $this->authUser->id, )); - + $id = $curlock->insert(); + $this->jok($id); }