no need for an extra array

This commit is contained in:
Marc Michalsky forumZFD 2020-10-02 16:56:40 +02:00
parent 14a16b8cfb
commit 4b2047fdb0
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -320,7 +320,7 @@ class TwingleProject {
}
// Select only fields
$fields = $translations['fields'];
$translations = $translations['fields'];
// Set the direction of the translation
if ($direction == self::OUT) {