Use local context to get message
[lhc/web/wiklou.git] / includes / specials / SpecialAllmessages.php
index b9f92f8..148cd30 100644 (file)
@@ -290,7 +290,7 @@ class AllmessagesTablePager extends TablePager {
        /**
         *  This function normally does a database query to get the results; we need
         * to make a pretend result using a FakeResultWrapper.
-        * @return \FakeResultWrapper
+        * @return FakeResultWrapper
         */
        function reallyDoQuery( $offset, $limit, $descending ) {
                $result = new FakeResultWrapper( array() );