Make EditPage::tokenOK public for SemanticForms.
This partially reverts a7fbdd6503
Bug: 67522
Change-Id: Ia390975c3a46f1016567f1bcdabe3ec536bb6af6
This commit is contained in:
parent
03a4f88a22
commit
b6662ee1a0
1 changed files with 7 additions and 2 deletions
|
|
@ -217,8 +217,13 @@ class EditPage {
|
|||
/** @var bool|stdClass */
|
||||
protected $lastDelete;
|
||||
|
||||
/** @var bool */
|
||||
protected $mTokenOk = false;
|
||||
/** @var bool
|
||||
* This is public because SemanticForms uses it (bug 67522).
|
||||
* However, please consider using this property publicly
|
||||
* to be deprecated.
|
||||
* @protected
|
||||
*/
|
||||
public $mTokenOk = false;
|
||||
|
||||
/** @var bool */
|
||||
protected $mTokenOkExceptSuffix = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue