mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix syntax error after merge
This commit is contained in:
parent
8f64e7c6b9
commit
8909abeb29
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class installAdminController extends install
|
|||
$oModule = getModule($module_name, 'class');
|
||||
if(!$oModule)
|
||||
{
|
||||
$output = return $this->setError('invalid_request');
|
||||
return $this->setError('invalid_request');
|
||||
}
|
||||
|
||||
Rhymix\Framework\Session::close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue