http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94652

Revision: 94652
Author:   mah
Date:     2011-08-16 16:03:29 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
w/s changes

Modified Paths:
--------------
    trunk/phase3/includes/Article.php

Modified: trunk/phase3/includes/Article.php
===================================================================
--- trunk/phase3/includes/Article.php   2011-08-16 16:00:02 UTC (rev 94651)
+++ trunk/phase3/includes/Article.php   2011-08-16 16:03:29 UTC (rev 94652)
@@ -1984,7 +1984,7 @@
                        #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 @@
                        #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 ****** //


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to