From e523711ec2a8690de44748fc7382b7701f2fa6b1 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 7 Aug 2014 14:25:53 +0200 Subject: [ticket/12826] Add optional root namespace indicator for consistency. PHPBB3-12826 --- phpBB/includes/acp/acp_board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/acp') diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index 1811748c2f..f2707f15ca 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -925,7 +925,7 @@ class acp_board { $user->timezone = new DateTimeZone($config['board_timezone']); } - catch (Exception $e) + catch (\Exception $e) { // If the board timezone is invalid, we just use the users timezone. } -- cgit v1.2.1