Fix bug in core script.

This commit is contained in:
Taylor Otwell 2012-04-20 10:54:40 -05:00
parent 7b65dc30a0
commit 98ea9ac41f
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
| |
*/ */
if ( ! is_null($environment)) if (isset($environment))
{ {
Request::set_env($environment); Request::set_env($environment);
} }