From: Sam Reed Date: Wed, 11 Jan 2012 15:51:07 +0000 (+0000) Subject: Add @since to getPerformedAction, added in r108342 X-Git-Tag: 1.31.0-rc.0~25345 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=bf4be6b5d484fc853b3aedd9e3ea37cba6f8bd1e;p=lhc%2Fweb%2Fwiklou.git Add @since to getPerformedAction, added in r108342 Caused site errors as not in 1.18 when trying to merge r108345 as a followup to r94131 --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 07e71be46f..8bb6055fbe 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -552,6 +552,8 @@ class MediaWiki { * Returns the real action as determined by performAction. * Do not use internally in this class as it depends on the actions by this class. * + * @since 1.19 + * * @return string: action */ public function getPerformedAction(){