File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
* @copyright 2024 Catalyst IT
37
37
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
38
*/
39
- class cms extends \core_search \base_mod {
39
+ class cmsfield extends \core_search \base_mod {
40
40
41
41
/**
42
42
* @var array Internal quick static cache.
43
43
*/
44
44
protected $ cmsdata = [];
45
45
46
46
/**
47
- * Returns recordset containing required data for indexing cms data records.
47
+ * Returns recordset containing required data for indexing cmsfield records.
48
48
*
49
49
* @param int $modifiedfrom timestamp
50
50
* @param \context|null $context Optional context to restrict scope of returned results
Original file line number Diff line number Diff line change 104
104
$ string ['error:no_config_hash ' ] = 'Module {$a} has no config hash. ' ;
105
105
106
106
// Search strings.
107
- $ string ['search:cms ' ] = 'CMS ' ;
107
+ $ string ['search:cmsfield ' ] = 'CMS ' ;
108
108
$ string ['search:settings ' ] = 'Search settings ' ;
109
109
$ string ['search:settings:area ' ] = 'Search area ' ;
110
110
$ string ['search:settings:area_desc ' ] = 'Search area for global search ' ;
Original file line number Diff line number Diff line change 69
69
get_string ('search:settings:area ' , 'mod_cms ' ),
70
70
get_string ('search:settings:area_desc ' , 'mod_cms ' ),
71
71
null ,
72
- $ areas,
72
+ $ areas
73
73
));
74
74
}
75
75
$ ADMIN ->add ('modcmsfolder ' , $ settings );
You can’t perform that action at this time.
0 commit comments