mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[feature/template-engine] Rename is_absolute to phpbb_is_absolute.
PHPBB3-9726
This commit is contained in:
@@ -526,7 +526,7 @@ class phpbb_template
|
||||
*/
|
||||
public function _php_include($filename)
|
||||
{
|
||||
if (is_absolute($filename))
|
||||
if (phpbb_is_absolute($filename))
|
||||
{
|
||||
$file = $filename;
|
||||
}
|
||||
|
Reference in New Issue
Block a user