mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
used dbm::is_result() instead of count()
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
536f078ed4
commit
9814414b6a
2 changed files with 3 additions and 1 deletions
|
@ -102,6 +102,8 @@ function lostpass_content(App &$a) {
|
|||
dbesc($new_password_encoded),
|
||||
intval($uid)
|
||||
);
|
||||
|
||||
/// @TODO Is dbm::is_result() okay here?
|
||||
if ($r) {
|
||||
$tpl = get_markup_template('pwdreset.tpl');
|
||||
$o .= replace_macros($tpl,array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue