TimeZone.php
authorleon <leon@roojs.com>
Wed, 4 Oct 2023 03:11:08 +0000 (11:11 +0800)
committerleon <leon@roojs.com>
Wed, 4 Oct 2023 03:11:08 +0000 (11:11 +0800)
TimeZone.php

index abe9b11..d445c6f 100644 (file)
@@ -20,7 +20,7 @@ class Pman_Core_TimeZone extends Pman
 
         $data = array();
 
-        foreach(self::$tiemzones as $tz => $o) {
+        foreach(self::$timezones as $tz => $o) {
             if(!empty($_REQUEST['region']) && $_REQUEST['region'] != $o['region']) {
                 continue;
             }