Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/09/2018 09:30:39 PM (6 years ago)
Author:
imath
Message:

Use the right path when including Settings component action handlers

Fixes #7812

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/classes/class-bp-settings-component.php

    r11926 r12072  
    7171        if ( is_user_logged_in() ) {
    7272            if ( bp_is_current_action( 'general' ) ) {
    73                 require $this->path . 'bp-settings/screens/general.php';
     73                require $this->path . 'bp-settings/actions/general.php';
    7474
    7575            // Specific to post requests.
Note: See TracChangeset for help on using the changeset viewer.