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:
authorThomas Steur <thomas.steur@gmail.com>2013-12-03 07:11:54 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 07:11:54 +0400
commit13a97efcd558060f48cc5a1a15d1d20cefed3cc9 (patch)
tree2d462fbef83938bae2e79d7cc0b3bc41117186fd
parentf0fa7f115bfe7868243907579787efc9bb659358 (diff)
refs #4244 fix link
-rw-r--r--core/Filesystem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Filesystem.php b/core/Filesystem.php
index 40c4a3b6ab..2eb8ff7a78 100644
--- a/core/Filesystem.php
+++ b/core/Filesystem.php
@@ -170,7 +170,7 @@ class Filesystem
/**
* Recursively find pathnames that match a pattern.
- * See {@link #http://php.net/manual/en/function.glob.php glob} for more info.
+ * See {@link http://php.net/manual/en/function.glob.php glob} for more info.
*
* @param string $sDir directory The directory to glob in.
* @param string $sPattern pattern The pattern to match paths against.