Merge "Replace use of deprecated OutputPage::enableClientCache( false )"

This commit is contained in:
jenkins-bot 2022-02-10 07:01:26 +00:00 committed by Gerrit Code Review
commit 8bcaf75372

View file

@ -242,7 +242,7 @@ class PageHooks implements
$output = $context->getOutput();
$output->enableOOUI();
$output->enableClientCache( false );
$output->disableClientCache();
$coreConfig = RequestContext::getMain()->getConfig();
$iconpath = $coreConfig->get( 'ExtensionAssetsPath' ) . '/DiscussionTools/images';