Skip to:
Content

BuddyPress.org

Changeset 2121


Ignore:
Timestamp:
11/25/2009 11:33:17 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1267

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-groups.php

    r2110 r2121  
    408408function groups_screen_create_group() {
    409409    global $bp;
     410
     411    /* Initial check of action variable[0] to prevent conflicts */
     412    if ( !empty( $bp->action_variables[0] ) && $bp->action_variables[0] != 'step' )
     413        return false;
    410414
    411415    /* If no current step is set, reset everything so we can start a fresh group creation */
Note: See TracChangeset for help on using the changeset viewer.