diff options
-rw-r--r-- | phpBB/phpbb/finder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/finder.php b/phpBB/phpbb/finder.php index d3eed44c12..899dc4f290 100644 --- a/phpBB/phpbb/finder.php +++ b/phpBB/phpbb/finder.php @@ -14,7 +14,7 @@ namespace phpbb; /** -* The extension finder provides a simple way to locate files in active extensions +* The finder provides a simple way to locate files in the core and a set of extensions */ class finder { |