diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 226e8d1dec..8df82584a3 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -44,7 +44,7 @@ require_once("globals.inc"); require_once("guiconfig.inc"); require_once("pkg-utils.inc"); -$timezone = $syscfg['timezone']; +$timezone = $config['system']['timezone']; if (!$timezone) $timezone = "Etc/UTC";