mirror of
https://github.com/friendica/friendica
synced 2025-05-03 14:24:09 +02:00
Fix calls to DBA::select missing parameters
This commit is contained in:
parent
abe60f0f9a
commit
57ab858486
5 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ class Photo extends BaseObject
|
|||
public static function select(array $fields = [], array $conditions = [], array $params = [])
|
||||
{
|
||||
if (empty($fields)) {
|
||||
$selected = self::getFields();
|
||||
$fields = self::getFields();
|
||||
}
|
||||
|
||||
$r = DBA::select("photo", $fields, $conditions, $params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue