mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-12 18:02:40 +01:00
Fix migration on conpherence images
This commit is contained in:
parent
d68c444ffa
commit
cc230ed98a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ foreach (new LiskRawMigrationIterator($conn, $table_name) as $row) {
|
||||||
|
|
||||||
$images = phutil_json_decode($row['imagePHIDs']);
|
$images = phutil_json_decode($row['imagePHIDs']);
|
||||||
if (!$images) {
|
if (!$images) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$file_phid = idx($images, 'original');
|
$file_phid = idx($images, 'original');
|
||||||
|
|
Loading…
Reference in a new issue