Make EditPage::tokenOK public for SemanticForms.

This partially reverts a7fbdd6503

Bug: 67522
Change-Id: Ia390975c3a46f1016567f1bcdabe3ec536bb6af6
This commit is contained in:
Brian Wolff 2014-08-29 13:56:47 -03:00
parent 03a4f88a22
commit b6662ee1a0

View file

@ -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;