diff --git a/upgrade/definitions/0.0.10_to_0.0.11.inc.php b/upgrade/definitions/0.0.10_to_0.0.11.inc.php index 42b4c89d..752b41a4 100644 --- a/upgrade/definitions/0.0.10_to_0.0.11.inc.php +++ b/upgrade/definitions/0.0.10_to_0.0.11.inc.php @@ -22,4 +22,10 @@ function run_0011() { if ($stmt && $stmt->execute()) { echo '- success' . PHP_EOL; } else { - echo '- failed: ' . $mysqli->e \ No newline at end of file + echo '- failed: ' . $mysqli->error . PHP_EOL; + exit(1); + } + } + } +} +?> \ No newline at end of file