Fix class static variable usage.
This commit is contained in:
parent
184e01c0a6
commit
0f2c9d095d
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class Context {
|
|||
$results = [];
|
||||
|
||||
foreach ($iso_codes as $iso_code) {
|
||||
if (!in_array($iso_code, $this->$L10N_ISO_CODES)) {
|
||||
if (!in_array($iso_code, Context::$L10N_ISO_CODES)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue