Skip to content

Commit 84532c3

Browse files
author
André L F S Bacci
committed
Some translation.xml omit the vcs attribute.
1 parent f9c436a commit 84532c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/revcheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function computeTranslatorStatus( $lang, $enFiles, $trFiles ) {
442442
$info->name = $translator["name"];
443443
$info->email = $translator["email"];
444444
$info->nick = $translator["nick"];
445-
$info->vcs = $translator["vcs"];
445+
$info->vcs = $translator["vcs"] ?? "";
446446

447447
$translatorInfos[$info->nick] = $info;
448448
}

0 commit comments

Comments
 (0)