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

milesgillham’s picture

Status: Active » Fixed

Fixed 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dkre’s picture

Version: 6.x-2.0-alpha5 » 7.x-3.0

Has this been applied to the 7.x branch?

fgm’s picture

Version: 7.x-3.0 » 6.x-2.0-alpha5

The 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.