Skip to content

Commit

Permalink
Auto refresh available update list after updating
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 9, 2021
1 parent b4d774a commit 186711c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/system/traits/ManagesUpdates.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ protected function completeProcess($items)
}
}

UpdateManager::instance()->requestUpdateList(TRUE);

return TRUE;
}

Expand Down

0 comments on commit 186711c

Please sign in to comment.