mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
plugins: Fix a SmartyException typo
This commit is contained in:
@@ -26,7 +26,7 @@ function smarty_literal_compiler_param($params, $index, $default = null)
|
||||
if (!preg_match('/^([\'"]?)[a-zA-Z0-9-]+(\\1)$/', $params[ $index ])) {
|
||||
throw new SmartyException(
|
||||
'$param[' . $index .
|
||||
'] is not a literal and is thus not evaluatable at compile time'
|
||||
'] is not a literal and is thus not evaluable at compile time'
|
||||
);
|
||||
}
|
||||
$t = null;
|
||||
|
Reference in New Issue
Block a user