- Timestamp:
- 07/20/2018 08:29:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/loader.php
r12082 r12192 59 59 ( false !== strpos( $_REQUEST['action'], 'activity' ) || ( 'post_update' === $_REQUEST['action'] ) ) 60 60 ) { 61 require $this->dir . 'ajax.php';61 require bp_nouveau()->activity->dir . 'ajax.php'; 62 62 } 63 63 } );
Note: See TracChangeset
for help on using the changeset viewer.