Skip to content

Commit 49aef34

Browse files
committed
fix(install/update): replace broken removeAll with refreshUpdateMessage()
1 parent e866c5f commit 49aef34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@
348348
}
349349
echo "[PROGRESS][90]\n";
350350
try {
351-
message::removeAll('update', 'newUpdate');
352351
echo "Check update\n";
353352
update::checkAllUpdate();
353+
update::refreshUpdateMessage();
354354
echo "OK\n";
355355
} catch (Exception $ex) {
356356
echo "***ERROR*** " . $ex->getMessage() . "\n";

0 commit comments

Comments
 (0)