Changed the environment property name from "env" to "environment" in ActiveEnvironment.

This commit is contained in:
2009-08-16 12:40:01 +03:00
parent 89c624f084
commit 91cacf2f89
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
# configurations.
#
# ( development | test | staging | production )
$this->env = 'development';
$this->environment = 'development';
# Default server display mode - Overridden by host