mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 22:06:41 +02:00
Fix class static variable usage.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user