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

index d445c6f..86dd523 100644 (file)
@@ -34,6 +34,7 @@ class Pman_Core_TimeZone extends Pman
             }
             $data[] = array(
                 'region' => $o['region'],
+                'area' => $o['area'],
                 'displayArea' => $o['displayArea']
             );
         }
@@ -46,6 +47,7 @@ class Pman_Core_TimeZone extends Pman
                 'totalProperty' => 'total',
                 'fields' => array(
                     'region',
+                    'area',
                     'displayArea'
                 )
             ),