refactored var naming to better reflect "resource" instead of "file" where appropriate

This commit is contained in:
mohrt
2003-06-20 20:01:10 +00:00
parent ae41b61e7e
commit a889155fdc
12 changed files with 104 additions and 106 deletions

View File

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