From 6699b20eb957d7cda7a27041048ef2d10661027d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Monlla=C3=B3?= Date: Tue, 12 Feb 2019 09:48:58 +0100 Subject: [PATCH] MDL-63706 tasks: Fix typo in pathtophp --- admin/tool/task/lang/en/tool_task.php | 1 - lib/phpunit/bootstrap.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/tool/task/lang/en/tool_task.php b/admin/tool/task/lang/en/tool_task.php index 2e2e20a6309..ea11631e1fe 100644 --- a/admin/tool/task/lang/en/tool_task.php +++ b/admin/tool/task/lang/en/tool_task.php @@ -59,4 +59,3 @@ $string['taskscheduleminute_help'] = 'Minute field for task schedule. The field $string['taskschedulemonth'] = 'Month'; $string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:
'; $string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.'; - diff --git a/lib/phpunit/bootstrap.php b/lib/phpunit/bootstrap.php index 1f4ba0a83c7..9bb548a67f4 100644 --- a/lib/phpunit/bootstrap.php +++ b/lib/phpunit/bootstrap.php @@ -181,7 +181,7 @@ $CFG->dboptions = isset($CFG->phpunit_dboptions) ? $CFG->phpunit_dboptions : $CF $allowed = array('wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermissions', 'filepermissions', 'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions', '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' ); $productioncfg = (array)$CFG;