mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Global Search MDL-25131 fix typo
This commit is contained in:
parent
c9cc88ffef
commit
5882506d53
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if ($ADMIN->fulltree) {
|
||||||
get_string('cmdtoconverttotextfor', 'block_search', $type), '', PARAM_PATH, 60));
|
get_string('cmdtoconverttotextfor', 'block_search', $type), '', PARAM_PATH, 60));
|
||||||
|
|
||||||
//word_to_text_env
|
//word_to_text_env
|
||||||
$propname = "block_search_'.$type.'_to_text_env";
|
$propname = 'block_search_'.$type.'_to_text_env';
|
||||||
$settings->add(new admin_setting_configtext($propname, get_string('configtypetotxtenv', 'block_search'),
|
$settings->add(new admin_setting_configtext($propname, get_string('configtypetotxtenv', 'block_search'),
|
||||||
get_string('envforcmdtotextfor', 'block_search', $type), '', PARAM_PATH, 60));
|
get_string('envforcmdtotextfor', 'block_search', $type), '', PARAM_PATH, 60));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue