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:
parent
c4a19a4e3e
commit
552df1f6eb
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user