Closed (fixed)
Project:
Wysiwyg API template plugin
Version:
6.x-2.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2011 at 12:37 UTC
Updated:
17 Jun 2011 at 11:35 UTC
If you try to edit template, you won't see your data in form.
That's just because of one variable:
Change line 85 in wysiwyg_template.module:
<?php
return $template['body'];
?>
to this line:
<?php
return $template;
?>
Comments
Comment #1
guybedford commentedThanks for spotting that one. This bug fix has been committed in the latest version.
Comment #2
guybedford commented