amateescu / search_api_solr

11 stars 14 forks source link

Autoloader should run after composer_manager and not throw exceptions. #24

Closed Berdir closed 10 years ago

Berdir commented 10 years ago

The current implementation checks first if the autoloader file exists and only after that if the class can be loaded.

That should be switched, so that the autoloader doesn't do anything if composer_manager is installed and correctly set up.