mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
-fixed typo in exception message of Smarty_Internal_Template
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
===== SVN trunk =====
|
===== SVN trunk =====
|
||||||
|
16/02/2011
|
||||||
|
-fixed typo in exception message of Smarty_Internal_Template
|
||||||
|
|
||||||
13/02/2011
|
13/02/2011
|
||||||
- bugfix replace $smarty->triggerError() by exception in smarty_internal_resource_extends.php
|
- bugfix replace $smarty->triggerError() by exception in smarty_internal_resource_extends.php
|
||||||
- removed obsolete {popup_init..} plugin from demo templates
|
- removed obsolete {popup_init..} plugin from demo templates
|
||||||
|
@@ -938,7 +938,7 @@ class Smarty_Internal_Template extends Smarty_Internal_Data {
|
|||||||
// load template resource
|
// load template resource
|
||||||
$this->resource_object = null;
|
$this->resource_object = null;
|
||||||
if (!$this->parseResourceName ($this->template_resource, $this->resource_type, $this->resource_name, $this->resource_object)) {
|
if (!$this->parseResourceName ($this->template_resource, $this->resource_type, $this->resource_name, $this->resource_object)) {
|
||||||
throw new SmartyException ("Unable to parse resource name \"{$template_resource}\"");
|
throw new SmartyException ("Unable to parse resource name \"{$this->template_resource}\"");
|
||||||
}
|
}
|
||||||
return $this->resource_object;
|
return $this->resource_object;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user