Fixes MDL-12578 for HEAD branch
adding SEARCH_TYPE_LESSON and related keys to searchlib.
This commit is contained in:
@@ -40,6 +40,8 @@ define('SEARCH_TYPE_DATA', 'data');
|
||||
define('PATH_FOR_SEARCH_TYPE_DATA', 'mod/data');
|
||||
define('SEARCH_TYPE_CHAT', 'chat');
|
||||
define('PATH_FOR_SEARCH_TYPE_CHAT', 'mod/chat');
|
||||
define('SEARCH_TYPE_LESSON', 'lesson');
|
||||
define('PATH_FOR_SEARCH_TYPE_LESSON', 'mod/lesson');
|
||||
|
||||
/**
|
||||
* returns all the document type constants
|
||||
|
||||
Reference in New Issue
Block a user