From: Mark A. Hershberger Date: Tue, 16 Aug 2011 16:03:29 +0000 (+0000) Subject: w/s changes X-Git-Tag: 1.31.0-rc.0~28230 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=c34a569d5185bccc908efca9ab96f0a8cbc77088;p=lhc%2Fweb%2Fwiklou.git w/s changes --- 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 ****** //