Skip to:
Content

bbPress.org

Changeset 2767


Ignore:
Timestamp:
01/07/2011 07:43:49 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Missed a spot. See r2765.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-template.php

    r2765 r2767  
    15441544        $topic = get_post( bbp_get_topic_id( (int) $id ) );
    15451545
    1546         if ( empty( $topic ) || !current_user_can( 'edit_topic', $topic->ID ) )
     1546        if ( empty( $topic ) || !current_user_can( 'moderate', $topic->ID ) )
    15471547            return;
    15481548
Note: See TracChangeset for help on using the changeset viewer.