From c0b011b5b8b8e94842304f4b83e0f280d9789774 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 20 Aug 2008 19:13:13 +0000 Subject: [PATCH] function is not static --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } /** -- 2.20.1