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-07-31 23:51:48 +0400
committersgiehl <stefan@piwik.org>2013-07-31 23:51:57 +0400
commit9c12ab4812459b9d9144c65bd0cc9b83d27b6581 (patch)
treec9f5982b036174f5335df37c2a119242ca43e26c /core/Common.php
parentda2c1cbc534a9eba9c869823f11a22228067effb (diff)
refs #3741 fixing some namespaces
Diffstat (limited to 'core/Common.php')
-rw-r--r--core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Common.php b/core/Common.php
index d947fc6fd7..d80fc99b7c 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -775,7 +775,7 @@ class Common
* This is a backward compatibility function for code that only expects
* IPv4 addresses (i.e., doesn't support IPv6).
*
- * @see Piwik_IP::N2P()
+ * @see IP::N2P()
*
* This function does not support the long (or its string representation)
* returned by the built-in ip2long() function, from Piwik 1.3 and earlier.