merged branch za-creature/patch-1 (PR #943)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Jan 2013 15:58:50 +0000 (16:58 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Jan 2013 15:58:50 +0000 (16:58 +0100)
This PR was merged into the master branch.

Commits
-------

15be13c Update lib/Twig/Autoloader.php

Discussion
----------

Update lib/Twig/Autoloader.php

Added the ability to register the autoloader at the top of the stack, useful in some situations.

Specifically, I need this because I want the last autoload function registered in my application to throw an exception instead of producing a class not found error, and I need *that* autoloader to be registered before twig's.


Trivial merge