Lang::__construct() now converts $replacements into an array.
Signed-off-by: Pavel <proger.xp@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class Lang {
|
|||||||
{
|
{
|
||||||
$this->key = $key;
|
$this->key = $key;
|
||||||
$this->language = $language;
|
$this->language = $language;
|
||||||
$this->replacements = $replacements;
|
$this->replacements = (array) $replacements;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user