mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/10500] Use correct class name in @uses.
PHPBB3-10500
This commit is contained in:
parent
c4a19a4e3e
commit
552df1f6eb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue