MDL-48213 filter_algebra: Allow cookies in debug script

This commit is contained in:
Daniel Thies 2014-12-11 19:56:31 -06:00
parent 8f06fffbe1
commit 35fc96ae2e

View file

@ -3,8 +3,6 @@
// If not, it obtains the corresponding TeX expression from the cache_tex db table // If not, it obtains the corresponding TeX expression from the cache_tex db table
// and uses mimeTeX to create the image file // and uses mimeTeX to create the image file
define('NO_MOODLE_COOKIES', true); // Because it interferes with caching
require_once("../../config.php"); require_once("../../config.php");
if (!filter_is_enabled('algebra')) { if (!filter_is_enabled('algebra')) {