Skip to:
Content

bbPress.org

Changeset 4860


Ignore:
Timestamp:
04/16/2013 07:59:15 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Make sure moderators have the 'view_trash' capability. Fixes bug where moderators would hit a 404 after trashing a topic. Fixes #2307 (2.3 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/includes/core/capabilities.php

    r4793 r4860  
    9191                'moderate'              => true,
    9292                'throttle'              => true,
    93                 'view_trash'            => false,
     93                'view_trash'            => true,
    9494
    9595                // Forum caps
Note: See TracChangeset for help on using the changeset viewer.