From: Michael M Slusarz Date: Thu, 15 Jan 2009 06:44:07 +0000 (-0700) Subject: Autoload library. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=62954c4daf36b90b4f2986c7d6581e06a130e6e1;p=horde.git Autoload library. --- diff --git a/imp/templates/prefs/sourceselect.inc b/imp/templates/prefs/sourceselect.inc index 11ae248d5..d2bce5c45 100644 --- a/imp/templates/prefs/sourceselect.inc +++ b/imp/templates/prefs/sourceselect.inc @@ -1,6 +1,5 @@ hasMethod('contacts/sources')) { - require_once IMP_BASE . '/lib/Compose.php'; $search = IMP_Compose::getAddressSearchParams(); $readable = $registry->call('contacts/sources'); $writeable = $registry->call('contacts/sources', true);