branch | tls-sprint |
changeset 1013 | 948a3882c94a |
parent 1009 | bcd0c3ae1935 |
child 1016 | 26387b836099 |
--- a/web/form.py Wed Mar 04 19:04:19 2009 +0100 +++ b/web/form.py Wed Mar 04 19:04:44 2009 +0100 @@ -554,7 +554,7 @@ """return True if fckeditor should be used to edit entity's attribute named `attr`, according to user preferences """ - if form.config.fckeditor_installed() and form.req.property_value('ui.fckeditor'): + if form.req.use_fckeditor(): return form.form_format_field_value(self) == 'text/html' return False