Needs review
Project:
Sanitizable (formatted text)
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2012 at 18:19 UTC
Updated:
2 Apr 2014 at 16:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
RobW commentedYep, problem is calling
theme('filter_tips', ...)on filters that a user's role doesn't have permission to use in_sanitizable_tips.I don't know how you'd get around the permission system here, so I can't roll a good patch to fix. For now I'm just killing the filter tips and forgetting about it.
Comment #2
RobW commentedComment #3
maurizio.ganovelliThis patch works for me (for 7.x-1.0-beta1 version).
Comment #4
mariusz.slonina commentedworks fine, thank you!