Skip to:
Content

BuddyPress.org

Changeset 371 for trunk/bp-core.php


Ignore:
Timestamp:
10/02/2008 05:47:14 AM (18 years ago)
Author:
apeatling
Message:

Fixed missing user ID on blog post deletion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r370 r371  
    222222        /* Check to see if this is a user home, and if it is, get the user id */
    223223        if ( !$current_userid = bp_core_get_homebase_userid( $blog_id ) )
    224                 return false; // return 0 if this is a normal blog, and not a user home.
     224                return false; // return false if this is a normal blog, and not a user home.
    225225       
    226226        return $current_userid;
Note: See TracChangeset for help on using the changeset viewer.