mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/template-engine] Delete _get_locator function.
It is no longer needed as locator is injected into template. PHPBB3-9726
This commit is contained in:
parent
7cfd4052c5
commit
41de09e408
1 changed files with 0 additions and 13 deletions
|
@ -488,17 +488,4 @@ class phpbb_template
|
|||
}
|
||||
include($file);
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the template locator object.
|
||||
*
|
||||
* This function is public for the benefit of bbcode implementation.
|
||||
* It should not be considered part of template class's public API.
|
||||
*
|
||||
* @return phpbb_template_locator Template locator for this template
|
||||
*/
|
||||
public function _get_locator()
|
||||
{
|
||||
return $this->locator;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue