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-02 22:16:50 +0400
committersgiehl <stefan@piwik.org>2013-08-02 22:16:50 +0400
commit392d45f156f63a4c774226fee12df66459ceab32 (patch)
tree3d27e7ded05d8260abf056d6ac41c1554023fb22 /plugins/CoreUpdater
parentbbb9c0e10868fdf96e1c53f8f7dd71a14e0abd53 (diff)
fixed some doc blocks/namespaces
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/Controller.php b/plugins/CoreUpdater/Controller.php
index efc492417b..82e24475fa 100644
--- a/plugins/CoreUpdater/Controller.php
+++ b/plugins/CoreUpdater/Controller.php
@@ -349,7 +349,7 @@ class Piwik_CoreUpdater_Controller extends Controller
foreach ($componentsWithUpdateFile as $name => $filenames) {
try {
$this->warningMessages = array_merge($this->warningMessages, $updater->update($name));
- } catch (Updater_UpdateErrorException $e) {
+ } catch (\Piwik\Updater_UpdateErrorException $e) {
$this->errorMessages[] = $e->getMessage();
if ($name == 'core') {
$this->coreError = true;