MaxSem has uploaded a new change for review.

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

Change subject: Fix fatal
......................................................................

Fix fatal

The base class has no constructor since c64c3ef9a8f33d89df9a801efa6c1d498f8722b1

Bug: T146440
Change-Id: Ia503a2760978364098ff950827e7f9063dee78e6
---
M includes/ballots/Ballot.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecurePoll 
refs/changes/49/312449/1

diff --git a/includes/ballots/Ballot.php b/includes/ballots/Ballot.php
index 63af83e..07887db 100644
--- a/includes/ballots/Ballot.php
+++ b/includes/ballots/Ballot.php
@@ -267,7 +267,6 @@
        public $sp_ids = array();
 
        function __construct( $context ) {
-               parent::__construct();
                $this->sp_context = $context;
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia503a2760978364098ff950827e7f9063dee78e6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecurePoll
Gerrit-Branch: master
Gerrit-Owner: MaxSem <maxsem.w...@gmail.com>

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

Reply via email to