Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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)

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

Download all attachments as: .zip

Change History (9)

#1 @coto
17 years ago

  • Cc rodrigo.augosto@… added
  • Owner set to coto
  • Status newassigned

#2 @coto
17 years ago

  • MilestoneCore 1.0
  • Version1.0

#3 @apeatling
17 years ago

  • Resolutionfixed
  • Status assignedclosed

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

#4 @coto
17 years ago

  • Resolution fixed
  • Status closedreopened

#5 @coto
17 years ago

  • Status reopenedassigned

#6 @apeatling
17 years ago

  • Resolutionfixed
  • Status assignedclosed

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

#7 @coto
17 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
17 years ago

#8 @(none)
17 years ago

  • Milestone Core 1.0

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.