Pman.Lock.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:37:52 +0000 (17:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 09:37:52 +0000 (17:37 +0800)
Pman.Lock.js

index b115087..49bcc4d 100644 (file)
@@ -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() {