Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:07:23 +0000 (16:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:07:23 +0000 (16:07 +0800)
Roo/Login.js

index 13a252f..62fc6b3 100644 (file)
@@ -92,7 +92,7 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, {
         this.check({
             success:  function(response, opts)  {  // check successfull...
             
-                var res = Pman.processResponse(response);
+                var res = this.processResponse(response);
                 this.checkFails =0;
                 if (!res.success) { // error!
                     this.checkFails = 5;