aboutsummaryrefslogtreecommitdiffstats
path: root/util/db_update.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-15 10:18:06 +0100
committerzottel <github@zottel.net>2012-03-15 10:18:06 +0100
commit69f4448adaf7afddf00deeb2f832938d5505abcf (patch)
treec849dae276511aa93ba1ef8b2b90098116d65f3e /util/db_update.php
parent282465edaba57795b8c02d1fb6eaa8a2fbbad9bf (diff)
parenta7fd3a8b245a09f376081f23f5d23d907d21ecfa (diff)
downloadvolse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.gz
volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.bz2
volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.zip
Merge remote branch 'upstream/master'
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";
}