Skip to:
Content

BuddyPress.org

Changeset 392 for trunk/bp-groups.php


Ignore:
Timestamp:
10/12/2008 11:58:11 PM (17 years ago)
Author:
apeatling
Message:

Fixed catch-uri functions so that BuddyPress no longer has to be installed in the root of a site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r391 r392  
    237237    bp_core_set_uri_globals();
    238238    $groups_bp = groups_setup_globals(true);
    239    
     239
    240240    if ( $current_component == $groups_bp['groups']['slug'] )
    241241        $is_single_group = BP_Groups_Group::group_exists( $current_action, $groups_bp['groups']['table_name'] );
     
    342342    if ( isset($_COOKIE['group_obj_id']) && !$group_obj && !$no_instantiate )
    343343        $group_obj = new BP_Groups_Group( (int)$_COOKIE['group_obj_id'] );
    344 
     344   
    345345    bp_catch_uri( 'groups/create' );
    346346}
Note: See TracChangeset for help on using the changeset viewer.