1
0
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:
Vjacheslav Trushkin 2012-04-01 20:29:03 +03:00
parent fb0df8d2e3
commit 1ffc7c1fab

View File

@ -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)