aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin')
-rw-r--r--phpBB/admin/admin_db_utilities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_db_utilities.php b/phpBB/admin/admin_db_utilities.php
index 95f1e0d6ba..4d983f19bd 100644
--- a/phpBB/admin/admin_db_utilities.php
+++ b/phpBB/admin/admin_db_utilities.php
@@ -76,7 +76,7 @@ define("VERBOSE", 0);
// Pull in the functions for splitting an sql file into individual statements
//
-include($phpbb_root_path . 'includes/sql_parse'.$phpEx);
+include($phpbb_root_path . 'includes/sql_parse.'.$phpEx);
//
// The following functions are adapted from phpMyAdmin and upgrade_20.php