mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
- bugfix typo in smarty_internal_templatecompilerbase
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
07/04/2010
|
||||
- bugfix typo in smarty_internal_templatecompilerbase
|
||||
|
||||
31/03/2010
|
||||
- compile locking by touching old compiled files to avoid concurrent compilations
|
||||
|
||||
|
@@ -282,7 +282,7 @@ class Smarty_Internal_TemplateCompilerBase {
|
||||
}
|
||||
if (isset($function)) {
|
||||
if ($type == 'modifier') {
|
||||
$this->template->saved_modifer[$plugin_name] = true;
|
||||
$this->template->saved_modifier[$plugin_name] = true;
|
||||
}
|
||||
return $function;
|
||||
}
|
||||
@@ -298,7 +298,7 @@ class Smarty_Internal_TemplateCompilerBase {
|
||||
* }
|
||||
* }
|
||||
* if ($type == 'modifier') {
|
||||
* $this->template->saved_modifer[$plugin_name] = true;
|
||||
* $this->template->saved_modifier[$plugin_name] = true;
|
||||
* }
|
||||
* return $this->template->required_plugins_call[$plugin_name][$type];
|
||||
* }
|
||||
|
Reference in New Issue
Block a user