diff --git a/VoteClass.php b/VoteClass.php index 430b8b1..2c31fb4 100644 --- a/VoteClass.php +++ b/VoteClass.php @@ -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