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:
authorsgiehl <stefan@piwik.org>2013-08-12 00:19:53 +0400
committersgiehl <stefan@piwik.org>2013-08-12 00:19:53 +0400
commit1b7e8e6e9038b0fe3ac23add76c1420ade8d8776 (patch)
tree54169926d5e7eae8720c44d17271a6a1bfcede40 /plugins/Referers
parent2e8c72c8de7039f255a43e93bbcc0b78ddcef253 (diff)
fixed namespaces
Diffstat (limited to 'plugins/Referers')
-rw-r--r--plugins/Referers/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Referers/functions.php b/plugins/Referers/functions.php
index 0a6a50a72c..edac8f3c5f 100644
--- a/plugins/Referers/functions.php
+++ b/plugins/Referers/functions.php
@@ -243,7 +243,7 @@ function getRefererTypeLabel($label)
/**
* Works in both directions
* @param string $name
- * @throws Exception
+ * @throws \Exception
* @return string
*/
function getRefererTypeFromShortName($name)