Nic Jansma has uploaded a new change for review.
https://gerrit.wikimedia.org/r/179766
Change subject: useFileCache hook must be prefixed with the correct class
......................................................................
useFileCache hook must be prefixed with the correct class
Change-Id: Id0e229ee0af49ae2da182f7377adb49a10c291f9
---
M MobileFrontend.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/66/179766/1
diff --git a/MobileFrontend.php b/MobileFrontend.php
index 7bb26cc..c2cd087 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -146,7 +146,7 @@
$wgHooks['EventLoggingRegisterSchemas'][] =
'MobileFrontendHooks::onEventLoggingRegisterSchemas';
$wgHooks['OutputPageParserOutput'][] =
'MobileFrontendHooks::onOutputPageParserOutput';
-$wgHooks['HTMLFileCache::useFileCache'][] = 'onHTMLFileCache_useFileCache';
+$wgHooks['HTMLFileCache::useFileCache'][] =
'MobileFrontendHooks::onHTMLFileCache_useFileCache';
$wgHooks['LoginFormValidErrorMessages'][] =
'MobileFrontendHooks::onLoginFormValidErrorMessages';
// use array_merge to ensure we do not override existing values set by core
--
To view, visit https://gerrit.wikimedia.org/r/179766
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0e229ee0af49ae2da182f7377adb49a10c291f9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Nic Jansma <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits