openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dd09fa583c9fb8db032a0326670ba71fffa068fd
parent f578c849fefc2c7cbe66398218f71a8265aef45a
Author: Jan Dankert <devnull@localhost>
Date:   Tue,  3 Jan 2017 22:14:13 +0100

Fix: Fehlendes Leerzeichen im SQl ergänzt

Diffstat:
model/User.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/model/User.class.php b/model/User.class.php @@ -548,7 +548,7 @@ SQL { $db = db_connection(); - $sql = new Sql( 'UPDATE {t_user} SET password={password}'. + $sql = new Sql( 'UPDATE {t_user} SET password={password} '. 'WHERE id={userid}' ); if ( $always )