Skip to content

Commit

Permalink
QA: Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Aug 18, 2024
1 parent 4f85123 commit 9d97e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/repair_database.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ function detailed_checks() {
if ($force) {
foreach($rows as $row) {
$name = db_fetch_cell_prepared('SELECT name
FROM graph_template
FROM graph_templates
WHERE id = ?',
array($row['graph_template_id']));

Expand Down

0 comments on commit 9d97e6b

Please sign in to comment.