Pman.Lock.js
authorAlan Knowles <alan@roojs.com>
Wed, 21 Sep 2011 02:05:25 +0000 (10:05 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 21 Sep 2011 02:05:25 +0000 (10:05 +0800)
Pman.Lock.js

index 43baa82..5a70dba 100644 (file)
@@ -99,7 +99,7 @@ Roo.apply(Pman.Lock.prototype, {
         Pman.Request({
             url : baseURL + '/Core/Lock/unlock',
             params : {
-                id : this.id
+                id : this.cfg.id
             },
             failure : function() {
                 Roo.MessageBox.alert("Error", "UnLock Request failed, you may get a warning when trying to edit again");