1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

#3605 - date handler LAN fix

This commit is contained in:
Tijn Kuyper 2019-01-11 11:47:00 +01:00
parent 01263ef497
commit e8f8b692e3

View File

@ -11,7 +11,7 @@
if (!defined('e107_INIT')) { exit; }
//e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE."/lan_date.php");
e107::lan('date');
e107::coreLan('date');
class e_date
{