Fix for translations not substituting text properly #567

This commit is contained in:
Andy Miller
2016-05-06 13:36:16 -06:00
parent 50c4b5dc61
commit 79a49fdcbc
3 changed files with 3 additions and 5 deletions

View File

@@ -966,9 +966,6 @@ class Admin
{
if (is_array($args)) {
$lookup = array_shift($args);
if (!empty($args)) {
$languages = array_shift($args);
}
} else {
$lookup = $args;
$args = [];