MDL-49125 install: fix installer notices

This commit is contained in:
Petr Skoda 2015-02-07 13:12:55 +13:00
parent 88cd577ef3
commit 3a2baeb81c

View File

@ -48,6 +48,7 @@ define('AJAX_SCRIPT', false); // prevents some warnings later
define('CACHE_DISABLE_ALL', true); // Disables caching.. just in case.
define('PHPUNIT_TEST', false);
define('IGNORE_COMPONENT_CACHE', true);
define('MDL_PERF_TEST', false);
// Servers should define a default timezone in php.ini, but if they don't then make sure something is defined.
// This is a quick hack. Ideally we should ask the admin for a value. See MDL-22625 for more on this.