mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 16:45:19 +02: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
@ -488,17 +488,4 @@ class phpbb_template
|
|||||||
}
|
}
|
||||||
include($file);
|
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…
x
Reference in New Issue
Block a user