Skip to content

Commit

Permalink
removed unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 30, 2012
1 parent a8f91d4 commit efb4464
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions autoload.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ if (!function_exists('intl_get_error_code')) {

AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
AnnotationRegistry::registerFile(__DIR__.'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php');

if (is_file(__DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php')) {
require_once __DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php';
Swift::registerAutoload(function () { require __DIR__.'/vendor/swiftmailer/swiftmailer/lib/swift_init.php'; });
}

0 comments on commit efb4464

Please sign in to comment.