mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Changed "Photo::select(" to "Photo::selectToArray("
This commit is contained in:
parent
ac6bfd3e4c
commit
89454fabdb
2 changed files with 8 additions and 10 deletions
|
@ -55,8 +55,7 @@ class Attach extends BaseObject
|
|||
$fields = self::getFields();
|
||||
}
|
||||
|
||||
$r = DBA::select('attach', $fields, $conditions, $params);
|
||||
return DBA::toArray($r);
|
||||
$r = DBA::selectToArray('attach', $fields, $conditions, $params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue