mirror of
https://github.com/moodle/moodle.git
synced 2025-05-02 22:45:03 +02:00
adding todo for weird editor admin settings code
This commit is contained in:
parent
0f6db1c3d2
commit
9d40814e0a
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
//TODO: this is very wrong way to do admin settings - this has to be rewritten!!
|
||||
|
||||
/**
|
||||
* TinyMCE editor settings moodle form class.
|
||||
*
|
||||
|
@ -184,7 +184,8 @@ abstract class texteditor {
|
||||
}
|
||||
}
|
||||
|
||||
require_once($CFG->libdir.'/formslib.php');
|
||||
//TODO: this is very wrong way to do admin settings - this has to be rewritten
|
||||
require_once($CFG->libdir.'/formslib.php');
|
||||
/**
|
||||
* Editor settings moodle form class.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user