From 35fc96ae2ecab7d11b3aef8dd4934175b2862d70 Mon Sep 17 00:00:00 2001 From: Daniel Thies Date: Thu, 11 Dec 2014 19:56:31 -0600 Subject: [PATCH] MDL-48213 filter_algebra: Allow cookies in debug script --- filter/algebra/algebradebug.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/filter/algebra/algebradebug.php b/filter/algebra/algebradebug.php index 2ee949ababd..24eb0310821 100644 --- a/filter/algebra/algebradebug.php +++ b/filter/algebra/algebradebug.php @@ -3,8 +3,6 @@ // If not, it obtains the corresponding TeX expression from the cache_tex db table // and uses mimeTeX to create the image file - define('NO_MOODLE_COOKIES', true); // Because it interferes with caching - require_once("../../config.php"); if (!filter_is_enabled('algebra')) {