TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 02:56:58 +0000 (10:56 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 02:56:58 +0000 (10:56 +0800)
TimeZone.php

index d17ad50..d281048 100644 (file)
@@ -20,7 +20,7 @@ class Pman_Core_TimeZone extends Pman
 
         $data = array();
 
-        foreach($data as $tz => $offset) {
+        foreach(self::$timezones as $tz => $offset) {
             $arr = explode('/', $tz);
             $data[] = array(
                 'region' => $arr[0],