X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fregistration%2FVersionChecker.php;h=02e3a7c8ab7dc39ef42245a78413f18733334a55;hb=e46d0694ac253df5f91fcfcd65ff19b0b3a2982c;hp=a31551c361425c18c5968e52ba50977190f4b24c;hpb=10d1b7d12b5d097413cd507740c5c71781c2580b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/registration/VersionChecker.php b/includes/registration/VersionChecker.php index a31551c361..02e3a7c8ab 100644 --- a/includes/registration/VersionChecker.php +++ b/includes/registration/VersionChecker.php @@ -175,13 +175,13 @@ class VersionChecker { if ( !isset( $this->loaded[$dependencyName]['version'] ) ) { // If we depend upon any version, and none is set, that's fine. if ( $constraint === '*' ) { - wfDebug( "{$dependencyName} does not expose it's version, but {$checkedExt} - mentions it with constraint '*'. Assume it's ok so." ); + wfDebug( "{$dependencyName} does not expose its version, but {$checkedExt}" + . " mentions it with constraint '*'. Assume it's ok so." ); return false; } else { // Otherwise, mark it as incompatible. - return "{$dependencyName} does not expose it's version, but {$checkedExt} - requires: {$constraint}."; + return "{$dependencyName} does not expose its version, but {$checkedExt}" + . " requires: {$constraint}."; } } else { // Try to get a constraint for the dependency version