Skip to content

Commit 2fccbbf

Browse files
author
Till Brehm
committed
Update client_change_password.php
1 parent b09971f commit 2fccbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remoting_client/examples/client_change_password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
$success = $client->client_change_password($session_id, $client_id, $new_password);
2323

24-
if ($success = 1)
24+
if ($success == 1)
2525
{
2626
echo "Password has been changed successfully";
2727
}

0 commit comments

Comments
 (0)