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:
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index 97ad7c7745..58659da1d1 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -199,7 +199,6 @@ class FrontController extends Singleton
* @param string $actionName The controller action name, eg, `'realtimeMap'`.
* @param array $parameters Array of parameters to pass to the controller action method.
* @return string The `echo`'d data or the return value of the controller action.
- * @deprecated
*/
public function fetchDispatch($module = null, $actionName = null, $parameters = null)
{