PhotosIndex: rename 'row' layout to 'landscapes'

This commit is contained in:
2023-04-01 14:41:24 +02:00
parent 68ef80fb9f
commit be909bf54d
2 changed files with 2 additions and 2 deletions

View File

@@ -169,6 +169,6 @@ class PhotoMosaic
if ($num_portrait > $num_landscape)
return [$photos, 'portraits'];
else
return [$photos, 'row'];
return [$photos, 'landscapes'];
}
}