diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-20 13:19:11 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-20 13:19:11 +0000 |
| commit | eb68f2c6c1a8eb71adf049f968074d0b267c2d42 (patch) | |
| tree | 7e3d8487b81c539fc6d59df881bf9b378c7769ff /roundcubemail/program/include/iniset.php | |
| parent | 4c0749764406fb21f255d1796ffc76d386ba04b4 (diff) | |
- support PEAR::Net_* in __autoload()
git-svn-id: https://svn.roundcube.net/trunk@2667 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, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 4b8798526..8905161d2 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -83,12 +83,14 @@ function __autoload($classname) $filename = preg_replace( array('/MDB2_(.+)/', '/Mail_(.+)/', + '/Net_(.+)/', '/^html_.+/', '/^utf8$/', '/html2text/' ), array('MDB2/\\1', 'Mail/\\1', + 'Net/\\1', 'html', 'utf8.class', 'lib/html2text' // see #1485505 |
