From 41de09e408bc314c3020084fb7c5ec4a4c7262b5 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sat, 13 Aug 2011 23:47:24 -0400 Subject: [feature/template-engine] Delete _get_locator function. It is no longer needed as locator is injected into template. PHPBB3-9726 --- phpBB/includes/template/template.php | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'phpBB') diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php index 4bca813971..4007b77db8 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/template/template.php @@ -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; - } } -- cgit v1.2.1