aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-09 12:16:58 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-09 12:16:58 +0100
commitf84c191f8df126b95d8a41f70e785a9592018390 (patch)
tree926f10626e6ad98dd80e00cbb8e7a324e79820b3 /util
parent2e3116a11e020cd1f2bbe00b03c77210aad33fe5 (diff)
downloadvolse-hubzilla-f84c191f8df126b95d8a41f70e785a9592018390.tar.gz
volse-hubzilla-f84c191f8df126b95d8a41f70e785a9592018390.tar.bz2
volse-hubzilla-f84c191f8df126b95d8a41f70e785a9592018390.zip
added some tests
Diffstat (limited to 'util')
-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";
}