Fix bug in core script.
This commit is contained in:
parent
7b65dc30a0
commit
98ea9ac41f
|
@ -185,7 +185,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
if ( ! is_null($environment))
|
||||
if (isset($environment))
|
||||
{
|
||||
Request::set_env($environment);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue