diff --git a/api/src/autoload.php b/api/src/autoload.php index 6c98795b60..2db75d2f37 100755 --- a/api/src/autoload.php +++ b/api/src/autoload.php @@ -34,6 +34,7 @@ if (!defined('EGW_SERVER_ROOT')) * class_exists('\\EGroupware\\Calendar\\Ui'); // /calendar/src/Ui.php * class_exists('\\EGroupware\\Calendar\\Ui\\Lists'); // /calendar/src/Ui/Lists.php * class_exists('\\EGroupware\\Calendar\\Ui\\Views'); // /calendar/src/Ui/Views.php + * class_exists('\\EGroupware\\Calendar\\Dir1\\Dir2\\AClass'); // /calendar/vendor/Dir1/Dir2/AClass.php */ spl_autoload_register(function($class) {