diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-02-14 15:41:15 -0800 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-02-14 15:41:15 -0800 |
commit | dd495e7a147670bd3112d80650bbcb16fc68a690 (patch) | |
tree | 2b323e59242e711eedc44fe06d08017145287f1c /phpBB/includes/template | |
parent | 14b1c877141355307c598d8ac337b93121a8b6c9 (diff) | |
parent | 552df1f6eb79599bbf48743b0ce35cba35a956c6 (diff) | |
download | forums-dd495e7a147670bd3112d80650bbcb16fc68a690.tar forums-dd495e7a147670bd3112d80650bbcb16fc68a690.tar.gz forums-dd495e7a147670bd3112d80650bbcb16fc68a690.tar.bz2 forums-dd495e7a147670bd3112d80650bbcb16fc68a690.tar.xz forums-dd495e7a147670bd3112d80650bbcb16fc68a690.zip |
Merge pull request #526 from p/ticket/10500
Ticket/10500 Miscellaneous issues in the new template engine
Diffstat (limited to 'phpBB/includes/template')
-rw-r--r-- | phpBB/includes/template/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php index 989322320b..43dec7dbf5 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/template/template.php @@ -306,7 +306,7 @@ class phpbb_template * * @param string $handle Handle of the template to load * @return phpbb_template_renderer Template renderer object, or null on failure - * @uses template_compile is used to compile template source + * @uses phpbb_template_compile is used to compile template source */ private function _tpl_load($handle) { |