MantisBT: master 8ff13c0d

Author Committer Branch Timestamp Parent
dregad dregad master 2013-02-27 05:46 master 07d23bc1
Affected Issues  0015538: Issues list is not displayed when $g_limit_reporters is ON
Changeset

Fix invalid access denied error caused by access_has_bug_level()

Commit d42e80c01277eec37c7436a23ec72073c9961c49 changed the code in
access_has_bug_level() function, and introduced a bug as the final call
to access_compare_level() inverted the 2 parameters which caused an
incorrect return value to be returned in certain cases, incorrectly
denying access to issues.

Issue 0015538

mod - core/access_api.php Diff File