Fix self warning in Util\Temporal
This commit is contained in:
parent
9b052b5ea8
commit
00985fe340
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Temporal
|
||||||
|
|
||||||
$o = '<select id="timezone_select" name="timezone">';
|
$o = '<select id="timezone_select" name="timezone">';
|
||||||
|
|
||||||
usort($timezone_identifiers, [self, 'timezoneCompareCallback']);
|
usort($timezone_identifiers, [__CLASS__, 'timezoneCompareCallback']);
|
||||||
$continent = '';
|
$continent = '';
|
||||||
foreach ($timezone_identifiers as $value) {
|
foreach ($timezone_identifiers as $value) {
|
||||||
$ex = explode("/", $value);
|
$ex = explode("/", $value);
|
||||||
|
|
Loading…
Reference in a new issue