aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report_tx_git.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r--langs/report_tx_git.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php
index ed5db5b75..5de51deff 100644
--- a/langs/report_tx_git.php
+++ b/langs/report_tx_git.php
@@ -628,7 +628,7 @@ if (0 < $num_of_resources_w_difference) {
echo '<h3>Same list but arranged by resources:</h3>';
echo $list_of_resource_diff . PHP_EOL;
}
-} else if (0 == count($tx_only_languages)) {
+} else if (0 == count($tx_only_languages) && !array_key_exists('tx_call', $errors)) {
if (!empty($wanted_resource) && !empty($wanted_language)) {
$diff_title = "<h3>Congratulations. It seems that resource $wanted_resource in language $wanted_lang_name have no differences $diff_desc</h3>";
} else if (!empty($wanted_resource) && empty($wanted_language)) {