#702 closed enhancement (fixed)
Enhance include files
Reported by: | coto | Owned by: | coto |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | ||
Cc: | rodrigo.augosto@… |
Description
The files are includes by relatity... is better include with the global's variables
example: In bp-core.php say
require ( 'bp-core/bp-core-catchuri.php' );
should be
require ( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php' );
Attachments (1)
Change History (9)
#6
@
16 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Why are you re-opening this bug? Please provide an explanation.
Note: See
TracTickets for help on using
tickets.
Added incorrect ticket number on fix. This is fixed in r1416