Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/16/2011 04:47:36 PM (14 years ago)
Author:
djpaul
Message:

Add PHP5-style constructors to classes. Fixes #3148, props Backie

File:
1 edited

Legend:

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

    r4201 r4211  
    2121     */
    2222    function BP_Groups_Component() {
     23        $this->__construct();
     24    }
     25
     26    function __construct() {
    2327        parent::start(
    2428            'groups',
Note: See TracChangeset for help on using the changeset viewer.