Notification area module_name substring
I've just created a simple module named "Feedback", that is, the "module_name" in MY_Fuel_modules is defined as that.
It has an "active" field and when editing, the notification area has the message 'This feedbac item is not active'. The module_name is being truncated by a substr() in notification_extra. Obviously this is intended to remove plurals, but is it possible to override somehow?
Comments