Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Dec 2, 2023
1 parent 196f416 commit 662247e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quant.install
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function quant_update_9008() {

// Create message showing status.
$unsaved = [];
foreach $names as $name => $path) {
foreach ($names as $name => $path) {
if (!in_array($name, $saved)) {
$unsaved[] = $name;
}
Expand Down

0 comments on commit 662247e

Please sign in to comment.