Mattflaschen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/361515 )

Change subject: GenerateFlowAutoload: Call parent constructor
......................................................................

GenerateFlowAutoload: Call parent constructor

Change-Id: Ic3b653bdf832b5f4fbc2ec635972b7d78a3f437f
---
M scripts/gen-autoload.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/15/361515/1

diff --git a/scripts/gen-autoload.php b/scripts/gen-autoload.php
index 1f0a09a..f0e692d 100644
--- a/scripts/gen-autoload.php
+++ b/scripts/gen-autoload.php
@@ -10,6 +10,7 @@
 
 class GenerateFlowAutoload extends Maintenance {
        public function __construct() {
+               parent::__construct();
                $this->mDescription = 'Generates Flow autoload data';
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3b653bdf832b5f4fbc2ec635972b7d78a3f437f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to