From: Platonides Date: Thu, 6 Jan 2011 19:15:02 +0000 (+0000) Subject: Follow up r78786. Do not mark as @deprecated yet, since it is called by getQueryInfo(). X-Git-Tag: 1.31.0-rc.0~32752 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=4cd08cba20f1a2135816a5a5998fa937a8289c49;p=lhc%2Fweb%2Fwiklou.git Follow up r78786. Do not mark as @deprecated yet, since it is called by getQueryInfo(). --- 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" ); }