Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-02-11 05:55:30 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-11 05:55:30 +0400
commitdffb297929d804608bdd1163aa7857247958dd20 (patch)
tree9e966cffbddac2d7e70286dcb34edc9c1f31fcae /core/Console.php
parenta2a586a0bf38c41fbd998bcb00cb7f081cd06555 (diff)
refs #4610 use a command to execute a request, this way we do not have to bootstrap everything again and we already make sure it is only executed from the command line
Diffstat (limited to 'core/Console.php')
-rw-r--r--core/Console.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Console.php b/core/Console.php
index ca1dc924c0..af0a62bc9b 100644
--- a/core/Console.php
+++ b/core/Console.php
@@ -43,7 +43,7 @@ class Console
*/
private function getAvailableCommands()
{
- $commands = array();
+ $commands = array('Piwik\CliMulti\RequestCommand');
/**
* Triggered to gather all available console commands. Plugins that want to expose new console commands