MDL-19611 fixing regression - video icon disappeared
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ require_once('HTML/QuickForm/element.php');
|
||||
class MoodleQuickForm_editor extends HTML_QuickForm_element {
|
||||
protected $_helpbutton = '';
|
||||
protected $_options = array('subdirs'=>0, 'maxbytes'=>0, 'maxfiles'=>0, 'changeformat'=>0,
|
||||
'context'=>null, 'noclean'=>0, 'trusttext'=>0);
|
||||
'context'=>null, 'noclean'=>0, 'trusted'=>0);
|
||||
protected $_values = array('text'=>null, 'format'=>null, 'itemid'=>null);
|
||||
|
||||
function MoodleQuickForm_editor($elementName=null, $elementLabel=null, $attributes=null, $options=null) {
|
||||
|
||||
Reference in New Issue
Block a user