Closed (fixed)
Project:
Wysiwyg
Version:
7.x-2.x-dev
Component:
Editor - WYMeditor
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Apr 2012 at 10:55 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chi commentedComment #2
twodThanks for the patch!
Tested and committed to all main branches.
I'm sorry to have kept this change change waiting.
The -dev snapshots will be updated within 12 hours and this fix will be part of the next releases.
Comment #4
Emmanuel_S commentedI get the same issue in all\modules\wysiwyg\editors\openwysiwyg.inc line 103.
The patch at #1 is working too :
- $settings['stylesheet'] = reset(wysiwyg_get_css());
+ $css = wysiwyg_get_css();
+ $settings['stylesheet'] = reset($css);
Please make correction in the dev version.
Thanks !
Comment #5
twodFound one more. Tried searching for array_* functions that also require a reference, but found no issues.
If anyone is able to find more, it'd be nice to get them all in one patch.
Comment #6
twodCommitted to all main branches.
The -dev snapshots will be updated within 12 hours and this fix will be part of the next releases.
Comment #7.0
(not verified) commentedgrammar