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:
authormattab <matthieu.aubry@gmail.com>2013-11-14 06:16:29 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-14 06:16:29 +0400
commit9be81a95255da589222643cee3ba87bcbb77cfd5 (patch)
tree65ee9268a09a002bb9a76579cae5edd9f67c8f5a /core/ArchiveProcessor
parentf609d11247a3ccb759a02bf5cf392527d44528da (diff)
Show full error message in build
Diffstat (limited to 'core/ArchiveProcessor')
-rw-r--r--core/ArchiveProcessor/Parameters.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/ArchiveProcessor/Parameters.php b/core/ArchiveProcessor/Parameters.php
index 108ec126a7..eaec67751f 100644
--- a/core/ArchiveProcessor/Parameters.php
+++ b/core/ArchiveProcessor/Parameters.php
@@ -51,11 +51,17 @@ class Parameters
$this->segment = $segment;
}
+ /**
+ * @ignore
+ */
public function setRequestedPlugin($plugin)
{
$this->requestedPlugin = $plugin;
}
+ /**
+ * @ignore
+ */
public function getRequestedPlugin()
{
return $this->requestedPlugin;