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 'plugins/Transitions/API.php')
-rw-r--r--plugins/Transitions/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Transitions/API.php b/plugins/Transitions/API.php
index ceb0438514..8e3d0acff2 100644
--- a/plugins/Transitions/API.php
+++ b/plugins/Transitions/API.php
@@ -119,7 +119,7 @@ class Piwik_Transitions_API
if ($dataTable->getRowsCount() == 0)
{
- throw new Exception("The label '$label' could not be found in Actions.getPageUrls\n");
+ throw new Exception('NoDataForUrl');
}
$row = $dataTable->getFirstRow();