From 2e75942d432f804f93dedb17d8cc73cb4cbba9f6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Nov 2010 17:37:52 +0800 Subject: [PATCH] Pman.Lock.js --- Pman.Lock.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Lock.js b/Pman.Lock.js index b1150872..49bcc4d5 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -48,8 +48,8 @@ Roo.apply(Pman.Lock.prototype, { Pman.Request({ url : baseURL + 'Core/Lock/lock', params : { - on_table : cfg.table, - on_id : cfg.id, + on_table : this.cfg.table, + on_id : this.cfg.id, force : force }, failure : function() { -- 2.39.2