X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=blobdiff_plain;f=includes%2FSetup.php;h=535b13d6cf31cabbad764d4ed742cd3eb015a709;hb=e369f66d0029594d1ce289f7a505d3ce20250828;hp=f61de7eb6d6029bb0548c0e1ac351100e8c27958;hpb=6662eb079e3c78ad61833a4326cf23eeddb78fa2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index f61de7eb6d..535b13d6cf 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -584,7 +584,7 @@ wfDebugLog( 'caches', 'main: ' . get_class( $wgMemc ) . wfProfileOut( $fname . '-memcached' ); // Most of the config is out, some might want to run hooks here. -wfRunHooks( 'SetupAfterCache' ); +Hooks::run( 'SetupAfterCache' ); wfProfileIn( $fname . '-session' ); @@ -634,7 +634,7 @@ $wgParser = new StubObject( 'wgParser', $wgParserConf['class'], array( $wgParser if ( !is_object( $wgAuth ) ) { $wgAuth = new AuthPlugin; - wfRunHooks( 'AuthPluginSetup', array( &$wgAuth ) ); + Hooks::run( 'AuthPluginSetup', array( &$wgAuth ) ); } /**