Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2011 02:26:18 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect table name variable in bp-blogs-loader.php

File:
1 edited

Legend:

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

    r3778 r3855  
    4141
    4242        // Tables
    43         $this->table_name      = $bp->table_prefix . 'bp_user_blogs';
    44         $this->table_name_meta = $bp->table_prefix . 'bp_user_blogs_blogmeta';
     43        $this->table_name          = $bp->table_prefix . 'bp_user_blogs';
     44        $this->table_name_blogmeta = $bp->table_prefix . 'bp_user_blogs_blogmeta';
    4545
    4646        // Notifications
Note: See TracChangeset for help on using the changeset viewer.