From b7abbfff3d0d304f0d2be2280cd1c6da3dba3310 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 31 Aug 2008 12:07:24 -0400 Subject: [PATCH] Fix an instance of an old debug() call --- includes/api_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api_user.php b/includes/api_user.php index 6f8d9d9..a784f91 100644 --- a/includes/api_user.php +++ b/includes/api_user.php @@ -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']))); } } -- 2.22.5