mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/10665] Changing template->_js_include to public
Changing template->_js_include to public function PHPBB3-10665
This commit is contained in:
parent
fb0df8d2e3
commit
1ffc7c1fab
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ class phpbb_style_template
|
||||||
* @param string $file file name
|
* @param string $file file name
|
||||||
* @param bool $locate True if file needs to be located
|
* @param bool $locate True if file needs to be located
|
||||||
*/
|
*/
|
||||||
function _js_include($file, $locate = false)
|
public function _js_include($file, $locate = false)
|
||||||
{
|
{
|
||||||
// Locate file
|
// Locate file
|
||||||
if ($locate)
|
if ($locate)
|
||||||
|
|
Loading…
Add table
Reference in a new issue