mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-07 22:37:22 +02:00
Fix class static variable usage.
This commit is contained in:
@@ -233,7 +233,7 @@ class Context {
|
|||||||
$results = [];
|
$results = [];
|
||||||
|
|
||||||
foreach ($iso_codes as $iso_code) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user