This pertains to line 535 of ed_classified.module:
if (true /* user_access('reset classified ad expiration') && user_access('edit own classified ads') && $node->expires_on >0 */) {
Needs to be implemented so that users aren't presented with the ad expiration reset option if they're not allowed to.
Comments
Comment #1
milesgillham commentedFixed in -dev. User is notified that they don't have permission if they try to reset their ad expiration without permission. User is not presented with option to reset ad expiration at all if they don't have permission.
Comment #3
dkre commentedHas this been applied to the 7.x branch?
Comment #4
fgmThe permissions system, like most of the code base, is entirely different between the 6/7.x-2.x and 6/7.x-3.x versions, so this does not apply.
If you have a specific problem with a 6/7.x-3.x version, please open a separate issue.