Commit 3d4cba01 by pupi1985

Remove unneeded assignation

parent 9b3a526d
...@@ -234,7 +234,7 @@ class qa_wysiwyg_editor ...@@ -234,7 +234,7 @@ class qa_wysiwyg_editor
} }
else { else {
// convert to text // convert to text
$viewer = qa_load_module('viewer', ''); qa_load_module('viewer', '');
return array( return array(
'format' => '', 'format' => '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment