Phuedx has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/185650

Change subject: useFileCache hook must be prefixed with the correct class
......................................................................

useFileCache hook must be prefixed with the correct class

Bug: T78021
Change-Id: Icea62b8bec30106c6698556b4ef0e2f994004597
(cherry picked from commit acb6c2f37fc73583f51d1dd7ddff998efc002fde)
---
M MobileFrontend.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/50/185650/1

diff --git a/MobileFrontend.php b/MobileFrontend.php
index bfa0425..461afe2 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -140,7 +140,7 @@
 $wgHooks['EventLoggingRegisterSchemas'][] =
        'MobileFrontendHooks::onEventLoggingRegisterSchemas';
 $wgHooks['OutputPageParserOutput'][] = 
'MobileFrontendHooks::onOutputPageParserOutput';
-$wgHooks['HTMLFileCache::useFileCache'][] = 'onHTMLFileCache_useFileCache';
+$wgHooks['HTMLFileCache::useFileCache'][] = 
'MobileFrontendHooks::onHTMLFileCache_useFileCache';
 
 // use array_merge to ensure we do not override existing values set by core
 $wgSpecialPages = array_merge( $wgSpecialPages, array(

-- 
To view, visit https://gerrit.wikimedia.org/r/185650
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icea62b8bec30106c6698556b4ef0e2f994004597
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Phuedx <[email protected]>
Gerrit-Reviewer: Nic Jansma <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to