Addshore has uploaded a new change for review.

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

Change subject: Use public instead of var in classes
......................................................................

Use public instead of var in classes

Change-Id: I17585f0dbfca793e757ee0c04e5dac0ae5f6f072
---
M ProtectSite.body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ProtectSite 
refs/changes/58/154658/1

diff --git a/ProtectSite.body.php b/ProtectSite.body.php
index dc178c5..ab76119 100644
--- a/ProtectSite.body.php
+++ b/ProtectSite.body.php
@@ -53,7 +53,7 @@
  * @todo FIXME: could probably be rewritten to use the modern HTMLForm :)
  */
 class ProtectSiteForm {
-       var $mRequest, $action, $persist_data;
+       public $mRequest, $action, $persist_data;
 
        /* Constructor */
        function __construct( &$request ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I17585f0dbfca793e757ee0c04e5dac0ae5f6f072
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProtectSite
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>

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

Reply via email to