mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
fixed errormessage in _compile_smarty_ref()
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,3 +1,4 @@
|
||||
- fixed errormessage in _compile_smarty_ref() (messju)
|
||||
- updated docs for html_image "name" -> "file" (messju)
|
||||
- fixed bug with html_options-optgroups (Nichlas L<>fdahl, messju)
|
||||
- cleaned up calls to readdir() (messju)
|
||||
|
@@ -1764,7 +1764,7 @@ class Smarty_Compiler extends Smarty {
|
||||
break;
|
||||
|
||||
default:
|
||||
$this->_syntax_error('$smarty.' . $ref . ' is an unknown reference', E_USER_ERROR, __FILE__, __LINE__);
|
||||
$this->_syntax_error('$smarty.' . $_ref . ' is an unknown reference', E_USER_ERROR, __FILE__, __LINE__);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user