Merge "EditPage: Deprecate $mArticle and $mTitle for public usage"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 21 Sep 2017 16:45:40 +0000 (16:45 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 21 Sep 2017 16:45:41 +0000 (16:45 +0000)
includes/registration/ExtensionJsonValidator.php

index 8142111..c8e5e19 100644 (file)
@@ -105,7 +105,7 @@ class ExtensionJsonValidator {
                        // All good.
                        return true;
                } else {
-                       $out = "$path did pass validation.\n";
+                       $out = "$path did not pass validation.\n";
                        foreach ( $validator->getErrors() as $error ) {
                                $out .= "[{$error['property']}] {$error['message']}\n";
                        }