summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GentooPackages/GentooPackages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/GentooPackages/GentooPackages.php b/GentooPackages/GentooPackages.php
index abf2c9b0..1b451a9a 100644
--- a/GentooPackages/GentooPackages.php
+++ b/GentooPackages/GentooPackages.php
@@ -4,7 +4,7 @@ use MediaWiki\MediaWikiServices;
class GentooPackages { // implements MediaWiki\Hook\ParserFirstCallInitHook {
public static function packageInfo($input, array $args, Parser $parser, PPFrame $frame) {
- $parser->getOutput()->addModules('ext.gentooPackages');
+ $parser->getOutput()->addModules([ 'ext.gentooPackages' ]);
$atom = $args['atom'];
$type = $args['type'];