Skip to:
Content

BuddyPress.org

Changeset 5187


Ignore:
Timestamp:
09/24/2011 10:13:38 AM (13 years ago)
Author:
djpaul
Message:

Fix posting activity updates with no-js. Fixes #3612

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-activity/bp-activity-actions.php

    r5109 r5187  
    191191
    192192    // Do not proceed if user is not logged in, not viewing activity, or not posting
    193     if ( !is_user_logged_in() || bp_is_activity_component() || !bp_is_current_action( 'post' ) )
     193    if ( !is_user_logged_in() || !bp_is_activity_component() || !bp_is_current_action( 'post' ) )
    194194        return false;
    195195
Note: See TracChangeset for help on using the changeset viewer.