diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-29 08:04:36 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-29 08:04:36 +0200 |
commit | c59a822a65bac2aa53eb41978b1ac2d5192710e6 (patch) | |
tree | 952e6b1293bc9d7ea009ff1828e4324441eb9f72 /program/include | |
parent | 5f8097b9eba09302be561d67ce035275494043e3 (diff) |
Remove reference to MDB2 from autoloader
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_shared.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/include/rcube_shared.inc b/program/include/rcube_shared.inc index 276940cb6..c15305c08 100644 --- a/program/include/rcube_shared.inc +++ b/program/include/rcube_shared.inc @@ -422,7 +422,6 @@ function rcube_autoload($classname) { $filename = preg_replace( array( - '/MDB2_(.+)/', '/Mail_(.+)/', '/Net_(.+)/', '/Auth_(.+)/', @@ -431,7 +430,6 @@ function rcube_autoload($classname) ), array( 'Mail/\\1', - 'Mail/\\1', 'Net/\\1', 'Auth/\\1', 'html', |