You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we've noticed that the function tinymce_profile_load($name) has a conflict with the module Profile, which has the hook_profile_load(). Any chance the function can be renamed?
From our Zulip chat:
https://github.com/backdrop-contrib/tinymce/blob/1.x-1.x/tinymce.module#L60
The easiest solution would be to strip the underscore...
%tinymceprofile
would result in functiontinymceprofile_load
, which shouldn't conflict with anything else.The text was updated successfully, but these errors were encountered: