X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCommentStore.php;h=9969b787821ea9bc45c8b1df717a1b5e1fa68dd7;hb=62c36e82cf424f6ef51b524b2da41ff798111d83;hp=bf3e3d6608a6d993bfaf95f1fdbb4785ad09fa0d;hpb=b7a0bafb4b64a02bb209853b37b3d8939ee9ffdc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CommentStore.php b/includes/CommentStore.php index bf3e3d6608..9969b78782 100644 --- a/includes/CommentStore.php +++ b/includes/CommentStore.php @@ -115,8 +115,7 @@ class CommentStore { */ public static function newKey( $key ) { global $wgCommentTableSchemaMigrationStage; - // TODO uncomment once not used in extensions - // wfDeprecated( __METHOD__, '1.31' ); + wfDeprecated( __METHOD__, '1.31' ); $store = new CommentStore( MediaWikiServices::getInstance()->getContentLanguage(), $wgCommentTableSchemaMigrationStage ); $store->key = $key;