From: SourceForge.net <no...@so...> - 2009-02-26 23:52:54
|
/mod/article item #2631456, was opened at 2009-02-23 16:33 Message generated for change (Settings changed) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2631456&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Thomas de Jesus (trf000) >Assigned to: Eloi George (adarkling) Summary: AM 4.21 permission bug Initial Comment: permission.php approval permission should be 'approval' not 'approve' the sql to add this field to article_permissions creates a field called 'approve'. Should be 'approval' ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2009-02-26 19:52 Message: Thanks for finding that one! I like "approve" better, though - its an action word! I changed all instances of allow('article', 'approval') to allow('article', 'approve'). "I do mah thang, in action..." ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2631456&group_id=81360 |