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:
authorrobocoder <anthon.pang@gmail.com>2011-11-10 17:17:21 +0400
committerrobocoder <anthon.pang@gmail.com>2011-11-10 17:17:21 +0400
commit4dc5f6b04363597380e1b5747cf8f136e43c24c9 (patch)
treedcc22f864d94b52f2b9773d6bd21558032f78d16 /core/Updater.php
parent60c6817006344b7d611eb7e81f29f40e9d11530c (diff)
refactoring Piwik_iView to Piwik_View_Interface
git-svn-id: http://dev.piwik.org/svn/trunk@5425 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Updater.php b/core/Updater.php
index edc9bb57a1..b3e088e54e 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -20,7 +20,6 @@ require_once PIWIK_INCLUDE_PATH . '/core/Option.php';
*
* @package Piwik
* @subpackage Piwik_Updater
- * @see Piwik_iUpdate
*/
class Piwik_Updater
{