Addshore has uploaded a new change for review.

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

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

Use public instead of var in classes

Change-Id: I013485bf6cf58ef574a8a4b48155fe8b10065850
---
M GoogleNewsSitemap_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GoogleNewsSitemap 
refs/changes/12/154612/1

diff --git a/GoogleNewsSitemap_body.php b/GoogleNewsSitemap_body.php
index 32950a2..d7ed781 100644
--- a/GoogleNewsSitemap_body.php
+++ b/GoogleNewsSitemap_body.php
@@ -23,7 +23,7 @@
  */
 
 class GoogleNewsSitemap extends SpecialPage {
-       var $maxCacheTime = 43200; // 12 hours. Chosen rather arbitrarily for 
now. Might want to tweak.
+       public $maxCacheTime = 43200; // 12 hours. Chosen rather arbitrarily 
for now. Might want to tweak.
 
        const OPT_INCLUDE = 0;
        const OPT_ONLY = 1;

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

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