mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Merge branch 'develop' into pr/multidomain
This commit is contained in:
commit
fc77980c39
37 changed files with 474 additions and 300 deletions
|
|
@ -17,7 +17,7 @@ class installController extends install
|
|||
// Stop if already installed.
|
||||
if (Context::isInstalled())
|
||||
{
|
||||
return new Object(-1, 'msg_already_installed');
|
||||
$this->stop('msg_already_installed');
|
||||
}
|
||||
|
||||
// Increase time limit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue