1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-14 19:45:21 +02:00

[ticket/10500] Use correct class name in @uses.

PHPBB3-10500
This commit is contained in:
Oleg Pudeyev 2011-11-27 00:38:29 -05:00
parent c4a19a4e3e
commit 552df1f6eb

View File

@ -306,7 +306,7 @@ class phpbb_template
* *
* @param string $handle Handle of the template to load * @param string $handle Handle of the template to load
* @return phpbb_template_renderer Template renderer object, or null on failure * @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) private function _tpl_load($handle)
{ {