Ignore:
Timestamp:
Apr 26, 2011 8:49:35 AM (2 years ago)
Author:
alec
Message:
  • Remove special handling of rcube_ classes in autoloader, it breaks loading of rcube_ classes from plugins
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/iniset.php

    r4695 r4703  
    8787    $filename = preg_replace( 
    8888        array( 
    89             '/rcube_/', 
    9089            '/MDB2_(.+)/', 
    9190            '/Mail_(.+)/', 
     
    9695        ), 
    9796        array( 
    98             INSTALL_PATH . 'program/include/rcube_', 
    9997            'MDB2/\\1', 
    10098            'Mail/\\1', 
Note: See TracChangeset for help on using the changeset viewer.