From 16f9cb3e1549100ba1f5c0432f0cc84c04e8f2df Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 16:33:00 +0800 Subject: [PATCH] Lock.php --- Lock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lock.php b/Lock.php index ffc88f77..748d4702 100644 --- 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(); -- 2.39.2