Skip to content

Commit

Permalink
CRM-9683 - move timestamp setting inside !initialized fn
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Oct 25, 2013
1 parent 6f279a6 commit b0dd5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion civicrm.module
Expand Up @@ -305,8 +305,9 @@ function civicrm_initialize() {
drupal_add_css($path . '/filter.css');
}
}
CRM_Core_Config::singleton()->userSystem->setMySQLTimeZone();
}
$config->userSystem->setMySQLTimeZone();

return TRUE;
}

Expand Down

0 comments on commit b0dd5d0

Please sign in to comment.