mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Now $CFG->allowobjectembed is working properly. Admins
will ignore this setting. Bug 3608. (http://moodle.org/bugs/bug.php?op=show&bugid=3608) Merged from MOODLE_15_STABLE
This commit is contained in:
parent
6228b0320a
commit
5982740d30
2 changed files with 13 additions and 4 deletions
|
@ -420,6 +420,9 @@ global $THEME;
|
|||
apache_note('MOODLEUSER', $logname);
|
||||
}
|
||||
|
||||
/// Adjust ALLOWED_TAGS
|
||||
adjust_allowed_tags();
|
||||
|
||||
/***
|
||||
*** init_performance_info() {
|
||||
***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue