MDL-19611 fixing regression - video icon disappeared

This commit is contained in:
skodak
2009-06-24 22:54:49 +00:00
parent ff5fe31160
commit 5a4ba49ca7
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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) {