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-activity/bp-activity-loader.php

    r4154 r4211  
    1818     */
    1919    function BP_Activity_Component() {
     20        $this->__construct();
     21    }
     22
     23    function __construct() {
    2024        parent::start(
    2125            'activity',
Note: See TracChangeset for help on using the changeset viewer.