diff --git a/imp/lib/Compose/Attachment/Storage/AutoDetermine.php b/imp/lib/Compose/Attachment/Storage/AutoDetermine.php index bc77bfce191..f2c2b620bfc 100644 --- a/imp/lib/Compose/Attachment/Storage/AutoDetermine.php +++ b/imp/lib/Compose/Attachment/Storage/AutoDetermine.php @@ -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); }