mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02: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
@ -499,7 +499,7 @@ class phpbb_style_template
|
||||
* @param string $file file name
|
||||
* @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
|
||||
if ($locate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user