diff options
author | zottel <github@zottel.net> | 2012-03-15 10:18:06 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-15 10:18:06 +0100 |
commit | 69f4448adaf7afddf00deeb2f832938d5505abcf (patch) | |
tree | c849dae276511aa93ba1ef8b2b90098116d65f3e /util/db_update.php | |
parent | 282465edaba57795b8c02d1fb6eaa8a2fbbad9bf (diff) | |
parent | a7fd3a8b245a09f376081f23f5d23d907d21ecfa (diff) | |
download | volse-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-x | util/db_update.php | 2 |
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"; } |