mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Leave placeholder for installController::makeConfigFile()
This commit is contained in:
parent
66d8cbfae7
commit
f2f7cffdb8
1 changed files with 10 additions and 0 deletions
|
|
@ -606,6 +606,16 @@ class installController extends install
|
||||||
if(method_exists($oModule, 'moduleInstall')) $oModule->moduleInstall();
|
if(method_exists($oModule, 'moduleInstall')) $oModule->moduleInstall();
|
||||||
return new Object();
|
return new Object();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Placeholder for third-party apps that try to manipulate system configuration.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function makeConfigFile()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* End of file install.controller.php */
|
/* End of file install.controller.php */
|
||||||
/* Location: ./modules/install/install.controller.php */
|
/* Location: ./modules/install/install.controller.php */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue