From 3ed825115536d0123f495a4d9ea8c6ef02d377fa Mon Sep 17 00:00:00 2001 From: Sebastian Dubbel Date: Fri, 12 Aug 2011 11:42:37 +0300 Subject: [PATCH] BUGFIX: removed manual language file inclusion -> it blocked inclusion of all other language files. Language files are included automatically by i18n::include_by_locale() --- _config.php | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 _config.php diff --git a/_config.php b/_config.php old mode 100755 new mode 100644 index 611146f..e4827cb --- a/_config.php +++ b/_config.php @@ -18,8 +18,6 @@ CalendarDateTime::set_date_format('dmy'); CalendarDateTime::set_time_format('24'); -i18n::include_locale_file('event_calendar', 'en_US'); - // Override to specify custom date templates. Falls back on lang file. /**