-
Bug
-
Resolution: Fixed
-
None
-
3.0.B5
-
None
-
PHP Environment:
Database:
In includes/utf/data/utf_normalizer_common, there is two includes which use directly .php extension, and not $phpEx :
Line 234 :
include($phpbb_root_path . 'includes/utf/data/utf_normalizer_common.php');
|
And line 928 :
include($phpbb_root_path . 'includes/utf/data/utf_normalizer_common.php')
|

