Some more

This commit is contained in:
Michael 2019-07-27 16:57:00 +00:00
parent 580f9cf6c7
commit f48452dd29
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class Photo extends BaseObject
{ {
if (!is_null($img)) { if (!is_null($img)) {
// get photo to update // get photo to update
$photos = self::selectToArray(["backend-class","backend-ref"], $conditions); $photos = self::selectToArray(['backend-class', 'backend-ref'], $conditions);
foreach($photos as $photo) { foreach($photos as $photo) {
/** @var IStorage $backend_class */ /** @var IStorage $backend_class */