Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/11/2012 05:55:13 PM (13 years ago)
Author:
boonebgorges
Message:

Don't assign values to undefined objects throughout BP. Fixes #4191. Props leemour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-template.php

    r5999 r6023  
    10381038        $this->topic_tags = bb_get_topic_tags( $this->topic_id );
    10391039
     1040        $this->pag = new stdClass;
     1041
    10401042        if ( (int) $this->total_post_count && (int) $this->pag_num ) {
    10411043            $this->pag_links = paginate_links( array(
Note: See TracChangeset for help on using the changeset viewer.