Skip to content

Commit 04fb961

Browse files
committed
small back fix
1 parent 7d78a96 commit 04fb961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/SettingsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function checkForCpUpdate(): JsonResponse
7979
flash('BRIDGE ERROR', $e->getMessage(), 'error');
8080
}
8181

82-
if ($target === 'none') {
82+
if ($target !== 'none') {
8383
flash('A new version of the Control Panel is available.', $target, 'info');
8484
}
8585

0 commit comments

Comments
 (0)