diff --git a/api/v3/TwingleSync/models/TwingleProject.php b/api/v3/TwingleSync/models/TwingleProject.php index fc7a6a8..25973f8 100644 --- a/api/v3/TwingleSync/models/TwingleProject.php +++ b/api/v3/TwingleSync/models/TwingleProject.php @@ -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) {