Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 4, 2014
1 parent 4d892d2 commit 1b58912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Ajax/Application/Handler/Dynamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ protected function _convertText($mode)
break;

case 'text':
$tmp = $injector->getInstance('Horde_Core_Factory_TextFilter')->filter($data, 'Html2text', array(
$tmp = $injector->getInstance('Horde_Core_Factory_TextFilter')->filter($val['text'], 'Html2text', array(
'wrap' => false
));
break;
Expand Down

0 comments on commit 1b58912

Please sign in to comment.