Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-08-30 14:49:13 +02:00
commit c8b6c9e87b

View File

@ -51,7 +51,7 @@ class Linter
// (which is actually a new line) aren't going to be processed at
// all.
$len = ($str instanceof UtfString) ?
$str->length() : strlen($len);
$str->length() : strlen($str);
$lines = array(0);
for ($i = 0; $i < $len; ++$i) {