Fix for load_user function in modules/Users/Users.php
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Second parameter $dieOnError for requireSingleResult() function is wrong.
in modules/Users/Users.php there was thsi code:
$query = "SELECT * from $this->table_name where user_name=?";
$result =
In include/database/pearDatabase.php the function requireSingleResult()is defined as:
function requireSingleResult($sql,
Push commits to the source branch or add previously merged commits to review them.
Copyright 2023 Vtiger. All rights reserved.