Fix #2052 XEVE-17-011

This commit is contained in:
bnu 2017-03-06 10:02:35 +09:00 committed by Kijin Sung
parent c58f172265
commit 8e33a096a4

View file

@ -17,7 +17,7 @@ class installController extends install
// Stop if already installed. // Stop if already installed.
if (Context::isInstalled()) if (Context::isInstalled())
{ {
return new Object(-1, 'msg_already_installed'); $this->stop('msg_already_installed');
} }
// Increase time limit. // Increase time limit.