Merge "Remove legacy behavior from hook handler function"

This commit is contained in:
jenkins-bot 2019-02-11 08:11:30 +00:00 committed by Gerrit Code Review
commit c057a78843
1 changed files with 0 additions and 3 deletions

View File

@ -202,7 +202,6 @@ class MinervaHooks {
*
* @param array &$vars Array of variables to be added into the output of the RL startup module.
* @param string $skin
* @return bool
*/
public static function onResourceLoaderGetConfigVars( &$vars, $skin ) {
if ( $skin === 'minerva' ) {
@ -217,7 +216,5 @@ class MinervaHooks {
'wgMinervaReadOnly' => wfReadOnly()
];
}
return true;
}
}