Skip to content

Commit

Permalink
fix: corrected template variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jun 30, 2024
1 parent bea18a5 commit 32926fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/admin/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
'menuBackup' => Translation::get('admin_mainmenu_backup'),
'menuConfiguration' => Translation::get('admin_mainmenu_configuration'),
'userPage' => $userPage,
'contentpage' => $contentPage,
'contentPage' => $contentPage,
'statisticsPage' => $statisticsPage,
'exportsPage' => $exportsPage,
'backupPage' => $backupPage,
Expand Down

0 comments on commit 32926fe

Please sign in to comment.