Merge "Port categories dump header fix"
[lhc/web/wiklou.git] / includes / OutputPage.php
index a2d445f..e8b000e 100644 (file)
@@ -323,7 +323,7 @@ class OutputPage extends ContextSource {
        /**
         * Redirect to $url rather than displaying the normal page
         *
-        * @param string $url URL
+        * @param string $url
         * @param string $responsecode HTTP status code
         */
        public function redirect( $url, $responsecode = '302' ) {