Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c7751d8

Browse files
authored
Update DeepL.php
Fix ignore tags
1 parent 546a6fa commit c7751d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DeepL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ protected function buildUrl(
247247
$url .= '&' . sprintf(DeepL::API_URL_TAG_HANDLING, implode(',', $tagHandling));
248248
}
249249

250-
if (!empty($this->ignoreTags)) {
250+
if (!empty($ignoreTags)) {
251251
$url .= '&' . sprintf(DeepL::API_URL_IGNORE_TAGS, implode(',', $ignoreTags));
252252
}
253253

0 commit comments

Comments
 (0)