Skip to content

Commit

Permalink
[#620 state:resolved] Applied a fix from David Phillips that should u…
Browse files Browse the repository at this point in the history
…ndo a hack to get DefaultTimezone working in a way that does not really resolve the underlying issue.
  • Loading branch information
MikeThomsen authored and jayallen committed Dec 10, 2010
1 parent 774e689 commit 75c36cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/MT/CMS/System.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ sub cfg_system_settings {
unless $app->user->is_superuser();

my $cfg = $app->config;
$app->init_config()
; # TODO - not sure why this is needed, but without it, not all
# config preferences are loaded (e.g. DefaultTimezone)

$param{languages}
= $app->languages_list( $app->config('DefaultUserLanguage') );
Expand Down

0 comments on commit 75c36cf

Please sign in to comment.