Skip to content

Commit

Permalink
fix: corrected typo in SQL query, closes #2899
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Apr 1, 2024
1 parent 3844db9 commit 1dd15f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/Administration/Revision.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function create(int $faqId, string $faqLanguage): bool
WHERE
id = %d
AND
laqng = '%s'",
lang = '%s'",
Database::getTablePrefix(),
Database::getTablePrefix(),
$faqId,
Expand Down

0 comments on commit 1dd15f3

Please sign in to comment.