X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fregistration%2FVersionChecker.php;h=02e3a7c8ab7dc39ef42245a78413f18733334a55;hb=4ca1b96184331984d26c1b3811d2b16c06414597;hp=a31551c361425c18c5968e52ba50977190f4b24c;hpb=d3b580977d71e1bf93279301d90790cf3916d2a3;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