diff --git a/LetoDMS.php b/LetoDMS.php index 77bc4a399..ae570304c 100644 --- a/LetoDMS.php +++ b/LetoDMS.php @@ -46,4 +46,14 @@ require_once('inc/inc.ClassGroup.php'); */ require_once('inc/inc.ClassUser.php'); +/** + * @uses LetoDMS_KeywordCategory + */ +require_once('inc/inc.ClassKeywords.php'); + +/** + * @uses LetoDMS_Notification + */ +require_once('inc/inc.ClassNotification.php'); + ?>