diff options
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-x | program/include/iniset.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index 4b8798526..8905161d2 100755 --- a/program/include/iniset.php +++ b/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 |