X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=6c5de90939c478ca019d42a7997c0b867977763e;hb=eed3f3bdb845174eba4193178035d2dc5db5947e;hp=da224a0b54b839ede641714f23165c44411518d8;hpb=93f90bf28517bd8d6e38b23765a2c2f128750ed4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index da224a0b54..6c5de90939 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -871,6 +871,10 @@ if ( !defined( 'MW_NO_SESSION' ) && !$wgCommandLineMode ) { unset( $sessionUser ); } +if ( !$wgCommandLineMode ) { + Pingback::schedulePingback(); +} + wfDebug( "Fully initialised\n" ); $wgFullyInitialised = true;