From: Michael M Slusarz Date: Thu, 18 Mar 2010 05:36:02 +0000 (-0600) Subject: Fix copy/paste error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8782ef72a81cbb18bec9fdf09c949e8c5a4c513b;p=horde.git Fix copy/paste error --- diff --git a/imp/lib/Application.php b/imp/lib/Application.php index d189e4123..3a11ae4ec 100644 --- a/imp/lib/Application.php +++ b/imp/lib/Application.php @@ -102,7 +102,7 @@ class IMP_Application extends Horde_Registry_Application $binders = array( 'IMP_Folder' => new IMP_Injector_Binder_Folder(), 'IMP_Imap_Tree' => new IMP_Injector_Binder_Imaptree(), - 'IMP_Sentmail' => new IMP_Injector_Binder_Imaptree() + 'IMP_Sentmail' => new IMP_Injector_Binder_Sentmail() ); foreach ($binders as $key => $val) {