Closed (fixed)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2005 at 03:33 UTC
Updated:
8 May 2005 at 15:59 UTC
Greetings,
The user defined pages for tinymce in the profile have no effect. Tinymce defaults to those setting defined in tinymce_help('admin/settings/tinymce#pages').
The problem appears to be a remnant of when all the settings were stored in the variable table.
I've attached a one line patch that replaces variable_get('tinymce_pages') with $edit->settings['access_pages']
mitomac
| Comment | File | Size | Author |
|---|---|---|---|
| tinymce_page_access.patch | 670 bytes | mitomac |
Comments
Comment #1
matt westgate commentedPatch applied. Good catch!
Comment #2
(not verified) commented