jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/339487 )

Change subject: Don't declare SecurePoll_Election->owner dynamically
......................................................................


Don't declare SecurePoll_Election->owner dynamically

Change-Id: I02e02bdadcb878090eeddac857c2e212bf1fa611
---
M includes/entities/Election.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Huji: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/entities/Election.php b/includes/entities/Election.php
index bde1b78..7f070a4 100644
--- a/includes/entities/Election.php
+++ b/includes/entities/Election.php
@@ -71,7 +71,7 @@
 class SecurePoll_Election extends SecurePoll_Entity {
        public $questions, $auth, $ballot;
        public $id, $title, $ballotType, $tallyType, $primaryLang;
-       public $startDate, $endDate, $authType;
+       public $startDate, $endDate, $authType, $owner;
 
        /**
         * Constructor.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I02e02bdadcb878090eeddac857c2e212bf1fa611
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecurePoll
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Huji <huji.h...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to