Update TrelloJsonService.php
removed trailing white space, I am sorry for that thx for your patience. Signed-off-by: mulles <com.github@emu.lu>
This commit is contained in:
@@ -344,7 +344,7 @@ class TrelloJsonService extends ABoardImportService {
|
||||
|
||||
private function replaceUsernames(string $text): string {
|
||||
foreach ($this->getImportService()->getConfig('uidRelation') as $trello => $nextcloud) {
|
||||
$text = str_replace($trello, $nextcloud, $text);
|
||||
$text = str_replace($trello, $nextcloud, $text);
|
||||
}
|
||||
return $text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user