mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
- now username changes should work as desired
- removed some extract() calls git-svn-id: file:///svn/phpbb/trunk@6517 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -197,7 +197,11 @@ class template
|
||||
|
||||
global $db, $phpbb_root_path;
|
||||
|
||||
include_once($phpbb_root_path . 'includes/functions_template.' . $phpEx);
|
||||
if (!class_exists('template_compile'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/functions_template.' . $phpEx);
|
||||
}
|
||||
|
||||
$compile = new template_compile($this);
|
||||
|
||||
// If the file for this handle is already loaded and compiled, do nothing.
|
||||
|
Reference in New Issue
Block a user