Fix an instance of an old debug() call
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Aug 2008 16:07:24 +0000 (12:07 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Aug 2008 16:07:24 +0000 (12:07 -0400)
includes/api_user.php

index 6f8d9d9a532be41f355372677ddd001de28da9aa..a784f91f8ed7af733f5faae63f1b822f1caf8dc4 100644 (file)
@@ -234,7 +234,7 @@ class UserAPI extends BSApi
                }
                else
                {
-                       $this->registry->debug("updating password = true");
+                       BSApp::debug("updating password = true");
                        $this->set('password', md5(md5($this->values['password']) . md5($this->record['salt'])));
                }
        }