mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
wrong weekdays after autoloading of so class (happens after using the constants)
This commit is contained in:
parent
bc6f5c6a21
commit
56c4f47c30
@ -25,6 +25,11 @@ define('WEEK_s',7*DAY_s);
|
||||
*/
|
||||
define('EGW_ACL_READ_FOR_PARTICIPANTS',EGW_ACL_CUSTOM_1);
|
||||
|
||||
/**
|
||||
* Required (!) include, as we use the MCAL_* constants, BEFORE instanciating (and therefore autoloading) the class
|
||||
*/
|
||||
require_once(EGW_INCLUDE_ROOT.'/calendar/inc/class.calendar_so.inc.php');
|
||||
|
||||
/**
|
||||
* Class to access all calendar data
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user