CI fatal 수정

This commit is contained in:
bnu 2015-05-28 17:57:06 +09:00
parent 93902811f0
commit c27b0bb5d5

View file

@ -205,7 +205,6 @@ class installController extends install
{
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('');
header('location:'.$returnUrl);
return;
return new Object();
}
}