TimeZone.php
authorleon <leon@roojs.com>
Tue, 3 Oct 2023 05:39:18 +0000 (13:39 +0800)
committerleon <leon@roojs.com>
Tue, 3 Oct 2023 05:39:18 +0000 (13:39 +0800)
TimeZone.php

index 2f0e7b8..e9e8c3c 100644 (file)
@@ -28,7 +28,7 @@ class Pman_Core_TimeZone extends Pman
             }
 
             $areaStartSeach = strtolower($_REQUEST['query']['area_start']);
-            if(!empty($_REQUEST['query']['area_start']) && substr($arr[1], 0, strlen($_REQUEST['query']['area_start'])) != $_REQUEST['query']['area_start']){
+            if(!empty($areaStartSeach) && substr(strtolower($arr[1]), 0, strlen($areaStartSeach)) != $areaStartSeach){
                 continue;
             }
             $data[] = array(