Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-3272 now.

Hard-coded .php extension in utf_normalizer (fix completed in vcs)

In includes/utf/data/utf_normalizer_common, there is two includes which use directly .php extension, and not $phpEx :
Line 234 :
Code: Select all
include($phpbb_root_path . 'includes/utf/data/utf_normalizer_common.php');

And line 928 :
Code: Select all
include($phpbb_root_path . 'includes/utf/data/utf_normalizer_common.php')

Comments / History

Linked ticket with changeset: r6983

Action performed by DavidMJ (Former Team Member) on Feb 12th 2007, 23:19

Ticket details

Related SVN changesets