Remove reference to MDB2 from autoloader

pull/23/head
Aleksander Machniak 12 years ago
parent 5f8097b9eb
commit c59a822a65

@ -422,7 +422,6 @@ function rcube_autoload($classname)
{
$filename = preg_replace(
array(
'/MDB2_(.+)/',
'/Mail_(.+)/',
'/Net_(.+)/',
'/Auth_(.+)/',
@ -430,7 +429,6 @@ function rcube_autoload($classname)
'/^utf8$/',
),
array(
'Mail/\\1',
'Mail/\\1',
'Net/\\1',
'Auth/\\1',

Loading…
Cancel
Save