mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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']);
|
||||
if (!$images) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
$file_phid = idx($images, 'original');
|
||||
|
|
Loading…
Reference in a new issue