Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171883

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/83/171883/1

diff --git a/includes/Block/Topic.php b/includes/Block/Topic.php
index e8edc8a..3d4bc24 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: newchange
Gerrit-Change-Id: I99eac83a1215027e467a41fa7a4391a6995c8085
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

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

Reply via email to