diff -r 6b24cd6b51c5 -r 57ff6d39f88c app/autoload.php --- a/app/autoload.php Fri Oct 28 14:57:11 2011 +0200 +++ b/app/autoload.php Fri Nov 04 11:52:47 2011 +0100 @@ -33,6 +33,9 @@ $loader->registerNamespaceFallbacks(array( __DIR__.'/../src', + __DIR__.'/cache/dev/wikitag', + __DIR__.'/cache/prod/wikitag', + __DIR__.'/cache/test/wikitag', )); $loader->register();