From bf4be6b5d484fc853b3aedd9e3ea37cba6f8bd1e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 11 Jan 2012 15:51:07 +0000 Subject: [PATCH] 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 --- includes/Wiki.php | 2 ++ 1 file changed, 2 insertions(+) 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(){ -- 2.20.1