fixed error-message

This commit is contained in:
messju
2003-05-10 10:29:05 +00:00
parent 9390ce38d5
commit 356ecf572e

View File

@@ -46,7 +46,7 @@ function smarty_core_create_dir_structure($params, &$this)
} }
if ($_make_new_dir && !file_exists($_new_dir) && !@mkdir($_new_dir, $this->_dir_perms)) { if ($_make_new_dir && !file_exists($_new_dir) && !@mkdir($_new_dir, $this->_dir_perms)) {
$this->trigger_error("problem creating directory '" . $params['dir'] . "'"); $this->trigger_error("problem creating directory '" . $_new_dir . "'");
return false; return false;
} }
$_new_dir .= DIRECTORY_SEPARATOR; $_new_dir .= DIRECTORY_SEPARATOR;