Quick links in album view show whether or not the Show quick links in album view option is enabled.

This is tested against the admin account.

Comments

rhylos’s picture

build v 1.147.2.46 2011/02/21

mwheinz’s picture

Assigned: Unassigned » mwheinz
mwheinz’s picture

Status: Active » Fixed

Fixed.

The clause for checking if the user can upload to any album was incorrectly nested so it was effectively overriding the system setting.

The new clause is:

if (variable_get('acidfree_show_quick_links',0) &&
(node_access('update',$album) || $album->share ||
user_access('can upload to any album'))) {
$output = '

';
}

Status: Fixed » Closed (fixed)

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