Fix self warning in Util\Temporal
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user