mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
refactored var naming to better reflect "resource" instead of "file" where appropriate
This commit is contained in:
@@ -37,7 +37,7 @@ function smarty_core_display_debug_console($params, &$this)
|
||||
$this->_compile_id = null;
|
||||
|
||||
$_compile_path = $this->_get_compile_path($this->debug_tpl);
|
||||
if ($this->_compile_file($this->debug_tpl, $_compile_path))
|
||||
if ($this->_compile_resource($this->debug_tpl, $_compile_path))
|
||||
{
|
||||
ob_start();
|
||||
include($_compile_path);
|
||||
|
||||
Reference in New Issue
Block a user