Skip to content

Commit

Permalink
fix(linker): prevent reuse of variable
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 17, 2020
1 parent 6e1e638 commit faf8a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/linker.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public function linkPostponed() {
}
$postponedItemtypeList = $newList;
}
unset($postponedItemtypeList);

// If no item was successfully imported, then the import is in a deadlock and fails
if ($postponedAgainCount > 0 && $postponedCount == $postponedAgainCount) {
Expand Down

0 comments on commit faf8a9c

Please sign in to comment.