From: Aaron Schulz Date: Wed, 20 Aug 2008 19:13:13 +0000 (+0000) Subject: function is not static X-Git-Tag: 1.31.0-rc.0~45763 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=c0b011b5b8b8e94842304f4b83e0f280d9789774;p=lhc%2Fweb%2Fwiklou.git function is not static --- diff --git a/includes/Article.php b/includes/Article.php index 5118176441..b0b9db78bf 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -125,7 +125,7 @@ class Article { */ public function followRedirect() { $text = $this->getContent(); - return self::followRedirectText( $text ); + return $this->followRedirectText( $text ); } /**