From 3d5fd9f3c981b8e329ecf516f67d8ede10cf5bde Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:38:02 +0800 Subject: [PATCH] Pman.Lock.js --- Pman.Lock.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman.Lock.js b/Pman.Lock.js index 49bcc4d5..d5b5a6c2 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -96,8 +96,7 @@ Roo.apply(Pman.Lock.prototype, { Pman.Request({ url : baseURL + 'Core/Lock/unlock', params : { - id : this.lock_id, - on_id : cfg.id + id : this.lock_id }, failure : function() { Roo.MessageBox.alert("Error", "Lock Request failed, please try again"); -- 2.39.2