Skip to:
Content

BuddyPress.org

Changeset 5293


Ignore:
Timestamp:
11/07/2011 12:25:26 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Fix debug notice in XProfile render_admin_form(). Props mercime. Fixes #3686.

File:
1 edited

Legend:

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

    r5207 r5293  
    749749                </div>
    750750
    751                 <?php do_action( 'xprofile_field_additional_options', &$this ) ?>
     751                <?php do_action_ref_array( 'xprofile_field_additional_options', array( &$this ) ); ?>
    752752
    753753                <?php $this->render_admin_form_children(); ?>
Note: See TracChangeset for help on using the changeset viewer.