Skip to content

Commit

Permalink
[BUGFIX] Fix broken braces
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlier authored Nov 5, 2024
1 parent 7be0cee commit 8bb8e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/SlugModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ protected function resolveHookParameters(array $configuration, string $tableName
)
->executeQuery()
->fetchAssociative();
}
if ($row !== false) {
$this->recordData = array_replace($row, $record);
}
Expand Down

0 comments on commit 8bb8e49

Please sign in to comment.