Addshore has uploaded a new change for review.

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

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

Use public instead of var in classes

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DeleteBatch 
refs/changes/94/154594/1

diff --git a/DeleteBatch.body.php b/DeleteBatch.body.php
index 75a286c..2708409 100644
--- a/DeleteBatch.body.php
+++ b/DeleteBatch.body.php
@@ -67,7 +67,7 @@
 
 /* the form for deleting pages */
 class DeleteBatchForm {
-       var $mUser, $mPage, $mFile, $mFileTemp;
+       public $mUser, $mPage, $mFile, $mFileTemp;
 
        /**
         * @var IContextSource|RequestContext

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idda254a1e6f2772b11847073387cc4a482861885
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DeleteBatch
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