Lock.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:33:00 +0000 (16:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 08:33:00 +0000 (16:33 +0800)
Lock.php

index ffc88f7..748d470 100644 (file)
--- a/Lock.php
+++ b/Lock.php
@@ -42,7 +42,7 @@ class Pman_Core_Lock extends Pman
         }
         
         if ($curlock->person_id != $this->authUser->id) {
-            $this->jerr("Lock id is invalid")
+            $this->jerr("Lock id is invalid");
         }
         
         $curlock->delete();