mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-63706 tasks: Fix typo in pathtophp
This commit is contained in:
parent
5af18c34e3
commit
6699b20eb9
2 changed files with 1 additions and 2 deletions
|
@ -59,4 +59,3 @@ $string['taskscheduleminute_help'] = 'Minute field for task schedule. The field
|
||||||
$string['taskschedulemonth'] = 'Month';
|
$string['taskschedulemonth'] = 'Month';
|
||||||
$string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:<br/><ul><li><strong>*</strong> Every month</li><li><strong>*/2</strong> Every second month</li><li><strong>1</strong> Every January</li><li><strong>1,5</strong> Every January and May</li></ul>';
|
$string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:<br/><ul><li><strong>*</strong> Every month</li><li><strong>*/2</strong> Every second month</li><li><strong>1</strong> Every January</li><li><strong>1,5</strong> Every January and May</li></ul>';
|
||||||
$string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.';
|
$string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.';
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,7 @@ $CFG->dboptions = isset($CFG->phpunit_dboptions) ? $CFG->phpunit_dboptions : $CF
|
||||||
$allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermissions', 'filepermissions',
|
$allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermissions', 'filepermissions',
|
||||||
'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions',
|
'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions',
|
||||||
'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', 'proxybypass', // keep proxy settings from config.php
|
'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', 'proxybypass', // keep proxy settings from config.php
|
||||||
'altcacheconfigpath', 'pathtogs', 'pathtphp', 'pathtodu', 'aspellpath', 'pathtodot',
|
'altcacheconfigpath', 'pathtogs', 'pathtophp', 'pathtodu', 'aspellpath', 'pathtodot',
|
||||||
'pathtounoconv', 'alternative_file_system_class', 'pathtopython'
|
'pathtounoconv', 'alternative_file_system_class', 'pathtopython'
|
||||||
);
|
);
|
||||||
$productioncfg = (array)$CFG;
|
$productioncfg = (array)$CFG;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue