In installation sql there is an com_massmail ACL rule.
https://github.com/joomla/joomla-cms/blob/staging/installation/sql/mysql/joomla.sql#L47
with egrep -n -R "com_massmail" /path/to/joomla-staging/
didn't find any reference in the code base to this ACL rule ... also when i click option in "Mass mail users" it goes to com_users options/permissions.
So is this used anywhere? Or is just leftovers? Or is there a plan for this?
Labels |
Added:
?
|
Should the 'id' of the rules following com_massmail be decremented by one?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-14 23:56:20 |
Closed_By | ⇒ | wilsonge |
hmm it is there since 02. Oct 2009: 9de039f -> the initial
new
ACL commit.At this time there was a extension called com_massmail. Now we don't have that so i guess we can remove it.