Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Jun 20, 2022
1 parent a4530bd commit 4d9bdeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/system/classes/UpdateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@ public function requestUpdateList($force = false)
$result['items'] = $items;
$result['ignoredItems'] = $ignoredItems;

foreach ($ignoredItems as $item) {
$this->extensionManager->updateInstalledExtensions($item['code'], false);
}

return $result;
}

Expand Down

0 comments on commit 4d9bdeb

Please sign in to comment.