diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-26 12:49:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-04-26 12:49:35 +0000 |
| commit | 5730b68a67dc9bdb1a5e51e7024058c209461dd5 (patch) | |
| tree | 4896eb1809e17d138c915af181d2f2745bcb083e /roundcubemail/program/include/iniset.php | |
| parent | ab9e33b6ab8ddf8cd7fc3f534e2f48d8e9d1f235 (diff) | |
- Remove special handling of rcube_ classes in autoloader, it breaks loading of rcube_ classes from plugins
git-svn-id: https://svn.roundcube.net/trunk@4703 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/iniset.php')
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 14cc87e54..a7699e578 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/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', |
