Skip to:
Content

BuddyPress.org

Changeset 1416 for trunk/bp-forums.php


Ignore:
Timestamp:
04/27/2009 03:55:00 PM (17 years ago)
Author:
apeatling
Message:

Adding BP_PLUGIN_DIR to all require() calls to provide absolute paths. Fixes #965

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums.php

    r1366 r1416  
    77        define ( 'BP_FORUMS_PARENT_FORUM_ID', 1 );
    88
    9 require ( 'bp-forums/bp-forums-bbpress-live.php' );
    10 require ( 'bp-forums/bp-forums-templatetags.php' );
    11 require ( 'bp-forums/bp-forums-filters.php' );
     9require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-bbpress-live.php' );
     10require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-templatetags.php' );
     11require ( BP_PLUGIN_DIR . '/bp-forums/bp-forums-filters.php' );
    1212
    1313if ( is_admin() )
Note: See TracChangeset for help on using the changeset viewer.