mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-48213 filter_algebra: Allow cookies in debug script
This commit is contained in:
parent
8f06fffbe1
commit
35fc96ae2e
1 changed files with 0 additions and 2 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue