function is not static
[lhc/web/wiklou.git] / 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 );
        }
 
        /**