Thomas Bruederli
2013-02-18 e4394c95e0a39607f4fdbd427b249b1e611ca0ff
Make autoloading of the framework classes work from any location
1 files modified
6 ■■■■ changed files
program/lib/Roundcube/bootstrap.php 6 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php
@@ -470,17 +470,17 @@
            '/Mail_(.+)/',
            '/Net_(.+)/',
            '/Auth_(.+)/',
            '/^utf8$/',
            '/^html_.+/',
            '/^rcube(.*)/',
            '/^utf8$/',
        ),
        array(
            'Mail/\\1',
            'Net/\\1',
            'Auth/\\1',
            'Roundcube/html',
            'Roundcube/rcube\\1',
            'utf8.class',
            RCUBE_LIB_DIR . '/html',
            RCUBE_LIB_DIR . '/rcube\\1',
        ),
        $classname
    );