mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Some more
This commit is contained in:
parent
580f9cf6c7
commit
f48452dd29
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class Photo extends BaseObject
|
|||
{
|
||||
if (!is_null($img)) {
|
||||
// get photo to update
|
||||
$photos = self::selectToArray(["backend-class","backend-ref"], $conditions);
|
||||
$photos = self::selectToArray(['backend-class', 'backend-ref'], $conditions);
|
||||
|
||||
foreach($photos as $photo) {
|
||||
/** @var IStorage $backend_class */
|
||||
|
|
Loading…
Reference in a new issue