Commit 98ea9ac4 authored by Taylor Otwell's avatar Taylor Otwell

Fix bug in core script.

parent 7b65dc30
......@@ -185,7 +185,7 @@ else
|
*/
if ( ! is_null($environment))
if (isset($environment))
{
Request::set_env($environment);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment