Skip to content
Snippets Groups Projects
Commit 2fccbbf1 authored by Till Brehm's avatar Till Brehm
Browse files

Update client_change_password.php

parent b09971f5
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ try {
$success = $client->client_change_password($session_id, $client_id, $new_password);
if ($success = 1)
if ($success == 1)
{
echo "Password has been changed successfully";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment