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

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