Brian Wolff has uploaded a new change for review.
https://gerrit.wikimedia.org/r/157178
Change subject: Make EditPage::tokenOK public for SemanticForms.
......................................................................
Make EditPage::tokenOK public for SemanticForms.
This partially reverts a7fbdd6503ba981
Bug: 67522
Change-Id: Ia390975c3a46f1016567f1bcdabe3ec536bb6af6
---
M includes/EditPage.php
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/78/157178/1
diff --git a/includes/EditPage.php b/includes/EditPage.php
index b83569d..b89c700 100644
--- a/includes/EditPage.php
+++ b/includes/EditPage.php
@@ -217,8 +217,12 @@
/** @var bool|stdClass */
protected $lastDelete;
- /** @var bool */
- protected $mTokenOk = false;
+ /** @var bool
+ * This is public because SematnicForms uses it (bug 67522).
+ * However, please consider using this property publically
+ * to be deprecated.
+ */
+ public $mTokenOk = false;
/** @var bool */
protected $mTokenOkExceptSuffix = false;
--
To view, visit https://gerrit.wikimedia.org/r/157178
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia390975c3a46f1016567f1bcdabe3ec536bb6af6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits