mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
Fix.
This commit is contained in:
@@ -1941,7 +1941,7 @@ function smarty_modifier_truncate($string, $length = 80, $etc = '...',
|
||||
* Purpose: translate a block of text
|
||||
* -------------------------------------------------------------
|
||||
*/
|
||||
function smarty_block_eightball($params, $content, &$smarty)
|
||||
function smarty_block_translate($params, $content, &$smarty)
|
||||
{
|
||||
if ($content) {
|
||||
$lang = $params['lang'];
|
||||
|
||||
Reference in New Issue
Block a user