From 2839d1864c30eef8ee510c6bb98f1cc57b31ec53 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Thu, 5 Jun 2014 19:10:30 +0200 Subject: [PATCH] [FIX] dunno, but my editor cutted the end of file --- upgrade/definitions/0.0.10_to_0.0.11.inc.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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