1
0
Fork 0
mirror of https://bitbucket.org/vertlach/iusethis.git synced 2024-06-26 03:50:48 +03:00

Use public instead of var in classes

Change-Id: Ic6d8f1025d43c8844ca32e34a473dbe01851bd8e
This commit is contained in:
addshore 2014-08-17 22:12:52 +01:00
parent a5f0ec55be
commit af68d5a66c

View file

@ -7,9 +7,9 @@
* @ingroup Extensions
*/
class Vote {
var $PageID = 0;
var $Userid = 0;
var $Username = null;
public $PageID = 0;
public $Userid = 0;
public $Username = null;
/**
* Constructor
@ -248,7 +248,7 @@ class Vote {
*/
class VoteStars extends Vote {
var $maxRating = 5;
public $maxRating = 5;
/**
* Displays voting stars