X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDeprecatedGlobal.php;h=8a637862eed8d0d887cd8d89ad70c1f02a2dec81;hb=d8545438bfdd2cb4fb5c62c90078d9bd9e8b4c12;hp=4d7b9689872bf6594af8af7d18dd4ac9073a21fb;hpb=bb51a58e575b13eb8b6c496482f7066a7081f676;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DeprecatedGlobal.php b/includes/DeprecatedGlobal.php index 4d7b968987..8a637862ee 100644 --- a/includes/DeprecatedGlobal.php +++ b/includes/DeprecatedGlobal.php @@ -23,11 +23,10 @@ /** * Class to allow throwing wfDeprecated warnings * when people use globals that we do not want them to. - * (For example like $wgArticle) */ class DeprecatedGlobal extends StubObject { - // The m's are to stay consistent with parent class. + // The m's are to stay consistent with parent class. protected $mRealValue, $mVersion; function __construct( $name, $realValue, $version = false ) {