Opened 14 years ago
Closed 14 years ago
#2387 closed defect (bug) (fixed)
wrong table name for messages
Reported by: | eclipseguru | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Messages | Keywords: | |
Cc: | eclipseguru@… |
Description
I'm currently evaluating trunk (future 1.3?) as a framework for a website I'm creating. I noticed an issue with the messaging component.
In bp-messages.php
it says:
$bp->messages->table_name_messages = $wpdb->base_prefix . 'bp_messages_messages';
In bp-core/admin/bp-core-schema.php
it says:
$sql[] = "CREATE TABLE {$wpdb->base_prefix}bp_messages ( ...
Which is the correct table name?
Change History (3)
Note: See
TracTickets for help on using
tickets.
You should use the 1.2 branch. Trunk is not recommended to use at the moment as there is still a lot of work to be done on 1.3