X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fcurrent_user.inc;h=cc75e5e87cbef51969b18c35921f667b09200c7e;hb=f7405f00e090326b631322c77a398826ac8115d9;hp=31f53ae6c411d79d26eb451cbf4024c8f6237c3d;hpb=aa7eb75a2b21809008113779e9b6c5fa7a869c9b;p=fa-stable.git diff --git a/includes/current_user.inc b/includes/current_user.inc index 31f53ae6..cc75e5e8 100644 --- a/includes/current_user.inc +++ b/includes/current_user.inc @@ -132,7 +132,7 @@ class current_user } function reset_password($company, $email) { - global $path_to_root, $app_title; + global $app_title; $this->set_company($company); $this->logged = false; @@ -154,7 +154,7 @@ class current_user return true; } - return false; + return false; } function check_user_access()