mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
Fix #2052 XEVE-17-011
This commit is contained in:
parent
c58f172265
commit
8e33a096a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue