mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[feature/template-engine] Rename template_compile methods for clarity.
PHPBB3-9726
This commit is contained in:
@@ -21,4 +21,4 @@ include($phpbb_root_path . 'includes/template_compile.'.$phpEx);
|
||||
$file = $argv[1];
|
||||
|
||||
$compile = new phpbb_template_compile();
|
||||
echo $compile->compile_gen($file);
|
||||
echo $compile->compile_file($file);
|
||||
|
Reference in New Issue
Block a user