From 11399c3230e680fa8a235ab10a07d722a5a47a43 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 12 Aug 2010 14:37:39 +0000 Subject: [PATCH] Follow up r70520. Use canonical class name. --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); } -- 2.20.1