jenkins-bot has submitted this change and it was merged.

Change subject: Always show errors, not just for POST
......................................................................


Always show errors, not just for POST

Change-Id: I99eac83a1215027e467a41fa7a4391a6995c8085
---
M includes/Block/Topic.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Werdna: Looks good to me, but someone else must approve
  Spage: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Block/Topic.php b/includes/Block/Topic.php
index d211a09..6f3f4d6 100644
--- a/includes/Block/Topic.php
+++ b/includes/Block/Topic.php
@@ -504,7 +504,7 @@
                } else {
                        return array(
                                'submitted' => $options,
-                               'errors' => array(),
+                               'errors' => $this->errors,
                        );
                }
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/171883
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I99eac83a1215027e467a41fa7a4391a6995c8085
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: Werdna <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to