summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-09-20 21:52:23 +0300
committerAndrew Dolgov <[email protected]>2023-09-20 21:52:23 +0300
commit48f8ad7feed95476cc332e829fc57ef0ef97e7a7 (patch)
tree39577fbade0ce58551db81dd3d6db996847630d2
parentc6b27bcb227401ceb93ce2d69b77a2bbeccca18c (diff)
fix indent
-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: " .