Skip to:
Content

BuddyPress.org

Changeset 1915


Ignore:
Timestamp:
09/21/2009 11:28:14 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1057 props jjj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums.php

    r1905 r1915  
    88    define( 'BP_FORUMS_SLUG', 'forums' );
    99
    10 require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-bbpress.php' );
     10if ( !defined( 'BB_PATH' ) )
     11    require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-bbpress.php' );
     12
    1113require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-classes.php' );
    1214require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-templatetags.php' );
Note: See TracChangeset for help on using the changeset viewer.