mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
"allow to call directly via setup-cli"
This commit is contained in:
parent
73bb5ca1c5
commit
2175ee37b0
@ -15,6 +15,11 @@
|
||||
*/
|
||||
class setup_cmd_install extends setup_cmd
|
||||
{
|
||||
/**
|
||||
* Allow to run this command via setup-cli
|
||||
*/
|
||||
const SETUP_CLI_CALLABLE = true;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user