| changeset 24 | 57ff6d39f88c |
| parent 18 | c85b9d1ddf19 |
| child 32 | f166042d4421 |
--- 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();