jenkins-bot has submitted this change and it was merged. (
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(-)
Approvals:
Catrope: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Ic3b653bdf832b5f4fbc2ec635972b7d78a3f437f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits