Fix SpecialPage::isRestricted()
[lhc/web/wiklou.git] / includes / Skin.php
index 9bee8a2..24d48bc 100644 (file)
@@ -1536,6 +1536,7 @@ abstract class Skin extends ContextSource {
         *
         * @param $fname String Name of called method
         * @param $args Array Arguments to the method
+        * @throws MWException
         * @return mixed
         */
        function __call( $fname, $args ) {