Skip to content

Commit

Permalink
Update tl_insert_translations.php
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoSchiller authored Oct 10, 2019
1 parent ef9a2d3 commit 87610cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/insert-translations/dca/tl_insert_translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
'eval' => array(
'allowHtml' => true
),
'sql' => "mediumtext NOT NULL"
'sql' => "mediumtext NULL"
),
'trans' => array(
'label' => array('Übersetzung'),
Expand Down Expand Up @@ -280,4 +280,4 @@ public function setLabels($row, $label)
// return
return '<div class="langconfig-item'.(!$translation?' all-corrupt':'').($hasFallback?' all-white':'').'"><div class="langconfig-tag"><span>' . ($translation?:'Keine Übersetzungen vorhanden!') . '</span><sub>' . $label . '</sub></div><div class="langconfig-flags">' . $returnString . '</div></div>';
}
}
}

0 comments on commit 87610cb

Please sign in to comment.