mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
Fix problem with classBrowser potentially included multiply.
This commit is contained in:
parent
5bab699e14
commit
dea095db04
@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
include('User.php');
|
include('User.php');
|
||||||
include('classBrowser.php');
|
require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php so this could already be loaded
|
||||||
include('check_UTF8.php');
|
include('check_UTF8.php');
|
||||||
include('caldav-PUT-functions.php');
|
include('caldav-PUT-functions.php');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user