X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDeprecatedGlobal.php;h=d48bd0b0ca2502a4aa8d23d155da952047b513a8;hb=fe020896bd48989ef81427a60509307c9e1b65bf;hp=4d7b9689872bf6594af8af7d18dd4ac9073a21fb;hpb=250da851d1ab6d01a7c53a6e947b699e54b4b470;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DeprecatedGlobal.php b/includes/DeprecatedGlobal.php index 4d7b968987..d48bd0b0ca 100644 --- a/includes/DeprecatedGlobal.php +++ b/includes/DeprecatedGlobal.php @@ -27,7 +27,7 @@ */ 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 ) {