From 4cd08cba20f1a2135816a5a5998fa937a8289c49 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 6 Jan 2011 19:15:02 +0000 Subject: [PATCH] Follow up r78786. Do not mark as @deprecated yet, since it is called by getQueryInfo(). --- includes/QueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index a45311f2b8..f656949b9b 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -135,9 +135,9 @@ abstract class QueryPage extends SpecialPage { * For back-compat, subclasses may return a raw SQL query here, as a string. * This is stronly deprecated; getQueryInfo() should be overridden instead. * @return string - * @deprecated since 1.18 */ function getSQL() { + /* Implement getQueryInfo() instead */ throw new MWException( "Bug in a QueryPage: doesn't implement getQueryInfo() nor getQuery() properly" ); } -- 2.20.1