summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index a6ab0d3..bc528a9 100644
--- a/init.php
+++ b/init.php
@@ -103,7 +103,7 @@ class Data_Migration extends Plugin {
} else {
Debug::log("batch has incorrect schema format version (expected: " .
- Config::SCHEMA_VERSION . ", got: " . $batch["schema-version"]);
+ Config::SCHEMA_VERSION . ", got: " . $batch["schema-version"]);
}
} else {
Debug::log("batch has incorrect data format version (expected: " .