Actions
Bug #2451
closedphoto access parameter incorrectly checked
Description
Parameter stored is not the parameter checked when determining access permission to upload photos.
Actions
Added by krileon about 14 years ago. Updated about 14 years ago.
Description
Parameter stored is not the parameter checked when determining access permission to upload photos.
Quick Fix
In: cbgroupjivephoto.php
On: Line 752
From:$access = $params->get( 'photo_post', 1 );
To:$access = $params->get( 'photo_upload', 1 );
Fixed in r1665