From c34a569d5185bccc908efca9ab96f0a8cbc77088 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Tue, 16 Aug 2011 16:03:29 +0000 Subject: [PATCH] w/s changes --- includes/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 2691fa34cd..591216d3ca 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1984,7 +1984,7 @@ class Article extends Page { #wfWarn( "Access to raw $fname field " . __CLASS__ ); return $this->mPage->$fname; } - trigger_error( 'Inaccessible property via __get(): ' . $fname, E_USER_NOTICE ); + trigger_error( 'Inaccessible property via __get(): ' . $fname, E_USER_NOTICE ); } /** @@ -2019,7 +2019,7 @@ class Article extends Page { #wfWarn( "Call to " . __CLASS__ . "::$fname; please use WikiPage instead" ); return call_user_func_array( array( $this->mPage, $fname ), $args ); } - trigger_error( 'Inaccessible function via __call(): ' . $fname, E_USER_ERROR ); + trigger_error( 'Inaccessible function via __call(): ' . $fname, E_USER_ERROR ); } // ****** B/C functions to work-around PHP silliness with __call and references ****** // -- 2.20.1