From 866cabf59ddf34fda26840fe5bc47e628483a8cb Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 10 Oct 2018 12:05:34 +0800 Subject: [PATCH] MDL-63607 behat: Remove theme from config whitelist --- lib/behat/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/behat/lib.php b/lib/behat/lib.php index 8f6fb064b3d..2d85506ecaf 100644 --- a/lib/behat/lib.php +++ b/lib/behat/lib.php @@ -219,7 +219,7 @@ function behat_clean_init_config() { 'wwwroot', 'dataroot', 'dirroot', 'admin', 'directorypermissions', 'filepermissions', 'umaskpermissions', 'dbtype', 'dblibrary', 'dbhost', 'dbname', 'dbuser', 'dbpass', 'prefix', 'dboptions', 'proxyhost', 'proxyport', 'proxytype', 'proxyuser', 'proxypassword', - 'proxybypass', 'theme', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot', 'skiplangupgrade', + 'proxybypass', 'pathtogs', 'pathtodu', 'aspellpath', 'pathtodot', 'skiplangupgrade', 'altcacheconfigpath', 'pathtounoconv', 'alternative_file_system_class', 'pathtopython' ));