return instead of exit

This commit is contained in:
Clint Armstrong
2015-07-22 08:48:33 -04:00
parent d9efadb441
commit 38af8b4c4c

View File

@@ -88,7 +88,7 @@ if (explode('.', max($filelist), 2)[0] <= $db_rev) {
if ($debug) {
echo "DB Schema already up to date.\n";
}
exit(0);
return;
}
if (!dbGetLock('schema_update')) {