Project

General

Profile

Actions

Bug #2451

closed

photo access parameter incorrectly checked

Added by krileon about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
23 March 2011
Due date:
% Done:

100%

Estimated time:

Description

Parameter stored is not the parameter checked when determining access permission to upload photos.

https://www.joomlapolis.com/forum/154-advanced-members-support/158275-group-members-cant-upload-photos-gj-21?limit=6&start=6

Actions #1

Updated by krileon about 13 years ago

  • Subject changed from photos and videos access check not correctly calculated to photo access parameter incorrectly checked
Actions #2

Updated by krileon about 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 );

Actions #3

Updated by krileon about 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed in r1665

Actions #4

Updated by krileon about 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF