X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FCliInstaller.php;h=845408abd71d9506fcac503922dc2ccdd544c193;hb=8085c58a4b675c0c11c6454bdf15b3ba61022283;hp=2264b80ddb8996f72fe44a0c9240bb190d77540f;hpb=d5b271a464c97a54a7f4f9ec6d76e54249acef24;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index 2264b80ddb..845408abd7 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -197,7 +197,7 @@ class CliInstaller extends Installer { if ( count( $warnings ) !== 0 ) { foreach ( $warnings as $w ) { - call_user_func_array( [ $this, 'showMessage' ], $w ); + $this->showMessage( ...$w ); } }