Fix copy-paste error

This commit is contained in:
Robin Appelman 2013-03-04 01:29:38 +01:00
commit 0b2dd15499

View file

@ -13,7 +13,7 @@ class Server {
const LOCALE = 'en_US.UTF-8'; const LOCALE = 'en_US.UTF-8';
const CACHING_ENABLED = true; const CACHING_ENABLED = true;
const CACHING_DISABLED = true; const CACHING_DISABLED = false;
/** /**
* @var string $host * @var string $host