Add @since to getPerformedAction, added in r108342
authorSam Reed <reedy@users.mediawiki.org>
Wed, 11 Jan 2012 15:51:07 +0000 (15:51 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 11 Jan 2012 15:51:07 +0000 (15:51 +0000)
Caused site errors as not in 1.18 when trying to merge r108345 as a followup to r94131

includes/Wiki.php

index 07e71be..8bb6055 100644 (file)
@@ -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(){