"allow to call directly via setup-cli"

This commit is contained in:
Ralf Becker 2009-05-24 13:41:39 +00:00
parent 73bb5ca1c5
commit 2175ee37b0

View File

@ -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
*