Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#702 closed enhancement (fixed)

Enhance include files

Reported by: coto's profile coto Owned by: coto's profile 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)

diff (4.0 KB) - added by coto 16 years ago.

Download all attachments as: .zip

Change History (9)

#1 @coto
16 years ago

  • Cc rodrigo.augosto@… added
  • Owner set to coto
  • Status changed from new to assigned

#2 @coto
16 years ago

  • Milestone set to Core 1.0
  • Version set to 1.0

#3 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

Added incorrect ticket number on fix. This is fixed in r1416

#4 @coto
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#5 @coto
16 years ago

  • Status changed from reopened to assigned

#6 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

Why are you re-opening this bug? Please provide an explanation.

#7 @coto
16 years ago

Because it was incomplete (in the r1416)

Sorry, i you prefer can teach me to use the process for tickets.

I have attached the changes in a Diff file, according to Andy Peatling

@coto
16 years ago

#8 @(none)
15 years ago

  • Milestone Core 1.0 deleted

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.