diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-12 19:05:45 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-12 19:05:45 +0000 |
| commit | 1999f16b38b13466724c06b96fedc1fce2cda354 (patch) | |
| tree | 05ec18c75d8b8cdd3987b013110b09a0f17d6bfa /smarty_bit/block.textarea.php | |
| parent | a79548dc3eafae7363d0dca37786036efb4b2298 (diff) | |
| download | kernel-1999f16b38b13466724c06b96fedc1fce2cda354.tar.gz kernel-1999f16b38b13466724c06b96fedc1fce2cda354.tar.bz2 kernel-1999f16b38b13466724c06b96fedc1fce2cda354.zip | |
pass through error
Diffstat (limited to 'smarty_bit/block.textarea.php')
| -rw-r--r-- | smarty_bit/block.textarea.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarty_bit/block.textarea.php b/smarty_bit/block.textarea.php index 5b5cca2..6f2b316 100644 --- a/smarty_bit/block.textarea.php +++ b/smarty_bit/block.textarea.php @@ -43,6 +43,7 @@ function smarty_block_textarea( $pParams, $pContent, &$gBitSmarty ) { case 'help': case 'noformat': case 'label': + case 'error': $gBitSmarty->assign("textarea_".$_key, $_value); break; case 'class': |
