Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/03/2013 01:53:33 AM (13 years ago)
Author:
boonebgorges
Message:

BP_Groups_Group::id should be 0 for non-existent groups

Fixes #4185

Props chriskeeble

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r7111 r7134  
    9292                                        $this->mods[] = $user;
    9393                        }
     94                } else {
     95                        $this->id = 0;
    9496                }
    9597        }
Note: See TracChangeset for help on using the changeset viewer.