merged branch Brouznouf/patch-1 (PR #425)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 29 Aug 2011 16:26:20 +0000 (18:26 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 29 Aug 2011 16:26:20 +0000 (18:26 +0200)
Commits
-------

4dc490f Removing array_shift for optimisation.

Discussion
----------

Removing array_shift for optimisation.

For example we check if a template and use exception to redirect to a default template

Before : We checked ~1000 times => 100sec due to array_shift
After  : ~1sec


Trivial merge