X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=5c42bc26cfec0402deebc443bec090416823884d;hb=32e9f715a49c19814cad4fca2a2f327c005dad04;hp=f8f078ff6abfb3ec7746deef73c9f597966d89ea;hpb=6a4214dc89ced2563755fa4ba25d0ed3ad22550d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f8f078ff6a..5c42bc26cf 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2937,7 +2937,7 @@ function wfBaseConvert( $input, $sourceBase, $destBase, $pad = 1, /** * @deprecated since 1.27, PHP's session generation isn't used with - * MediaWiki\\Session\\SessionManager + * MediaWiki\Session\SessionManager */ function wfFixSessionID() { wfDeprecated( __FUNCTION__, '1.27' ); @@ -2946,7 +2946,7 @@ function wfFixSessionID() { /** * Reset the session id * - * @deprecated since 1.27, use MediaWiki\\Session\\SessionManager instead + * @deprecated since 1.27, use MediaWiki\Session\SessionManager instead * @since 1.22 */ function wfResetSessionID() { @@ -2968,7 +2968,7 @@ function wfResetSessionID() { /** * Initialise php session * - * @deprecated since 1.27, use MediaWiki\\Session\\SessionManager instead. + * @deprecated since 1.27, use MediaWiki\Session\SessionManager instead. * Generally, "using" SessionManager will be calling ->getSessionById() or * ::getGlobalSession() (depending on whether you were passing $sessionId * here), then calling $session->persist().