diff options
author | alecpl <alec@alec.pl> | 2011-04-26 12:49:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-04-26 12:49:35 +0000 |
commit | e54f4b25e2b39ed2adffaec18273fbe8e9508c11 (patch) | |
tree | d69b9527e832ffb709cc97c91c09adfefa35d8ca /program | |
parent | 5c1dfb0b115f7873ad0c33c0f514d95653f58263 (diff) |
- Remove special handling of rcube_ classes in autoloader, it breaks loading of rcube_ classes from plugins
Diffstat (limited to 'program')
-rwxr-xr-x | program/include/iniset.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index 14cc87e54..a7699e578 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -86,7 +86,6 @@ function rcube_autoload($classname) { $filename = preg_replace( array( - '/rcube_/', '/MDB2_(.+)/', '/Mail_(.+)/', '/Net_(.+)/', @@ -95,7 +94,6 @@ function rcube_autoload($classname) '/^utf8$/', ), array( - INSTALL_PATH . 'program/include/rcube_', 'MDB2/\\1', 'Mail/\\1', 'Net/\\1', |