mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
TeX cache cleared when page displayed, to ensure changes actually apply.
This commit is contained in:
parent
eda807b70f
commit
f649fc24a6
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
// check the default settings
|
||||
require_once "defaultsettings.php";
|
||||
tex_defaultsettings();
|
||||
|
||||
// bit of a bodge - clear the tex cache area
|
||||
// so that any changes will display
|
||||
delDirContents( "$CFG->dataroot/filter/tex" );
|
||||
?>
|
||||
|
||||
<table cellpadding="9" cellspacing="0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue