Skip to content

Commit

Permalink
Fix configuration name typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 22, 2016
1 parent 846fd88 commit e915ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Compose/Attachment/Storage/AutoDetermine.php
Expand Up @@ -75,7 +75,7 @@ public function write($filename, Horde_Mime_Part $part)
{
global $conf, $injector;

if (filesize($filename) < intval($conf['compose']['link_attach_threshol'])) {
if (filesize($filename) < intval($conf['compose']['link_attach_threshold'])) {
$factory = $injector->getInstance('IMP_Factory_ComposeAtc');
$this->_storage = new $factory->classAtc($this->_user, $this->_id);
}
Expand Down

0 comments on commit e915ed5

Please sign in to comment.