From: leon Date: Wed, 4 Oct 2023 03:19:28 +0000 (+0800) Subject: TimeZone.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2b401de2868b450457f469621830272d826b9023 TimeZone.php --- diff --git a/TimeZone.php b/TimeZone.php index df22d02c..d445c6f7 100644 --- a/TimeZone.php +++ b/TimeZone.php @@ -34,7 +34,7 @@ class Pman_Core_TimeZone extends Pman } $data[] = array( 'region' => $o['region'], - 'displayArea' => $o['display_area'] + 'displayArea' => $o['displayArea'] ); }