function is not static
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 20 Aug 2008 19:13:13 +0000 (19:13 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 20 Aug 2008 19:13:13 +0000 (19:13 +0000)
includes/Article.php

index 5118176..b0b9db7 100644 (file)
@@ -125,7 +125,7 @@ class Article {
         */
        public function followRedirect() {
                $text = $this->getContent();
-               return self::followRedirectText( $text );
+               return $this->followRedirectText( $text );
        }
 
        /**