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:
-rw-r--r--core/Updates/2.0.3-b7.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/2.0.3-b7.php b/core/Updates/2.0.3-b7.php
index 06669b4a47..e0bc2b9c98 100644
--- a/core/Updates/2.0.3-b7.php
+++ b/core/Updates/2.0.3-b7.php
@@ -39,7 +39,7 @@ class Updates_2_0_3_b7 extends Updates
if (\Piwik\Plugin\Manager::getInstance()->isPluginActivated('AnonymizeIP')) {
IPAnonymizer::activate();
}
- } catch (Exception $ex) {
+ } catch (\Exception $ex) {
// pass
}