Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Don't check for date_default_timezone_*, we're using php 5.3+
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Nov 5, 2013
1 parent 12e6831 commit e57cff2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/conf/bootstrap_context.php
Expand Up @@ -21,9 +21,7 @@
* This is the main configuration file for configuring the core of the application.
* In a standard usage, you should not have to change any variables.
*/
if (function_exists("date_default_timezone_set") and function_exists("date_default_timezone_get")) {
@date_default_timezone_set(@date_default_timezone_get());
}
@date_default_timezone_set(@date_default_timezone_get());
if (function_exists("xdebug_disable")) {
xdebug_disable();
}
Expand Down

0 comments on commit e57cff2

Please sign in to comment.