From: Platonides Date: Thu, 12 Aug 2010 14:37:39 +0000 (+0000) Subject: Follow up r70520. Use canonical class name. X-Git-Tag: 1.31.0-rc.0~35525 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=11399c3230e680fa8a235ab10a07d722a5a47a43;p=lhc%2Fweb%2Fwiklou.git Follow up r70520. Use canonical class name. --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 9924df487e..2ac82fc202 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1973,7 +1973,7 @@ class OutputPage { ) as $message ) { $data['messages'][$message] = wfMsg( $message ); } - $this->addScript( Html::inlineScript( 'var passwordSecurity=' . FormatJSON::encode( $data ) ) ); + $this->addScript( Html::inlineScript( 'var passwordSecurity=' . FormatJson::encode( $data ) ) ); $this->addScriptFile( 'password.js' ); $this->addStyle( 'common/password.css' ); }