Actions
Bug #2451
closedphoto access parameter incorrectly checked
Description
Parameter stored is not the parameter checked when determining access permission to upload photos.
Updated by krileon over 13 years ago
- Subject changed from photos and videos access check not correctly calculated to photo access parameter incorrectly checked
Updated by krileon over 13 years ago
Quick Fix
In: cbgroupjivephoto.php
On: Line 752
From:$access = $params->get( 'photo_post', 1 );
To:$access = $params->get( 'photo_upload', 1 );
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed in r1665
Actions