Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/25/2014 04:32:30 PM (12 years ago)
Author:
boonebgorges
Message:

Insert default values when updating last activity

This prevents errors on certain configs.

Fixes #5424

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-classes.php

    r7860 r7989  
    14121412                    'component'     => buddypress()->members->id,
    14131413                    'type'          => 'last_activity',
     1414                    'action'        => '',
     1415                    'content'       => '',
     1416                    'primary_link'  => '',
     1417                    'item_id'       => 0,
    14141418                    'date_recorded' => $time,
    14151419                ),
     
    14201424                    '%s',
    14211425                    '%s',
     1426                    '%s',
     1427                    '%s',
     1428                    '%s',
     1429                    '%d',
    14221430                    '%s',
    14231431                )
Note: See TracChangeset for help on using the changeset viewer.