r1110: In showreport.php, $bug[product] is converted into a string, but a lot of...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 21 Aug 2006 00:31:10 +0000 (00:31 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 21 Aug 2006 00:31:10 +0000 (00:31 +0000)
commit033ca7a49c822c65e66e4a35182564af5d076f9c
tree724bbbd287005b8b7de099786139c2c64d77cc7b
parent4926e3e3ecc88da946dc84aaa5e4d8919b4bb625
r1110: In showreport.php, $bug[product] is converted into a string, but a lot of can_perform()s are called using that value, so we copy it before we convert it into $bug[productid] and use that. This fixes permission checks across the board... er file.
docs/changes.txt
showreport.php