#702 closed enhancement (fixed)
Enhance include files
| Reported by: | coto | Owned by: | coto |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | 1.0 | |
| Severity: | 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
@
17 years ago
- Resolution → fixed
- Status assigned → closed
Why are you re-opening this bug? Please provide an explanation.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added incorrect ticket number on fix. This is fixed in r1416