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>2014-01-13 07:34:55 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-13 07:34:55 +0400
commit8a6d8c428e32a38211403f3712d8cb0e4a9dd26a (patch)
treea1a6ac4798dc12be36e3aa192867e48ccfa514b3
parenta5e3c78014e52f052a2ac45f0f3f504166f12a1e (diff)
Refs #4493 Typo2.0.3-b7
-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
}