no need for an extra array
This commit is contained in:
parent
14a16b8cfb
commit
4b2047fdb0
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ class TwingleProject {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Select only fields
|
// Select only fields
|
||||||
$fields = $translations['fields'];
|
$translations = $translations['fields'];
|
||||||
|
|
||||||
// Set the direction of the translation
|
// Set the direction of the translation
|
||||||
if ($direction == self::OUT) {
|
if ($direction == self::OUT) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue