aboutsummaryrefslogtreecommitdiffstats
path: root/util/db_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'util/db_update.php')
-rwxr-xr-xutil/db_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/db_update.php b/util/db_update.php
index a6177324a..35620e80b 100755
--- a/util/db_update.php
+++ b/util/db_update.php
@@ -26,7 +26,7 @@ echo "New DB VERSION: " . DB_UPDATE_VERSION . "\n";
if($build != DB_UPDATE_VERSION) {
echo "Updating database...";
- check_config();
+ check_config($a);
echo "Done\n";
}