mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:50:11 +00:00
We should return a return value when we say that we have a return value.
This commit is contained in:
parent
7240b2198b
commit
9900d28c4b
2 changed files with 8 additions and 4 deletions
|
@ -776,7 +776,7 @@ class dba {
|
|||
$params[] = $value;
|
||||
}
|
||||
|
||||
self::e($sql, $params);
|
||||
return self::e($sql, $params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue