mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
fixed little bug in _parse_resource_name() (jlgunter, messju)
This commit is contained in:
@@ -1621,7 +1621,7 @@ class Smarty
|
|||||||
} else {
|
} else {
|
||||||
$_return = call_user_func_array(
|
$_return = call_user_func_array(
|
||||||
$this->default_template_handler_func,
|
$this->default_template_handler_func,
|
||||||
array($_resource_type, $_resource_name, &$params['source_content'], &$params['resource_timestamp'], &$this));
|
array($_params['resource_type'], $_params['resource_name'], &$params['source_content'], &$params['resource_timestamp'], &$this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user