aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/finder.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-09 00:14:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-06-10 11:47:41 +0200
commite1707b27ca8b998652fddee571197b24974ebb2f (patch)
tree9876c910a3a786cea678514b4b7cba8955cb5628 /phpBB/phpbb/finder.php
parent183492b01931dec5052e2087f70fa432a2f51b03 (diff)
downloadforums-e1707b27ca8b998652fddee571197b24974ebb2f.tar
forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar.gz
forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar.bz2
forums-e1707b27ca8b998652fddee571197b24974ebb2f.tar.xz
forums-e1707b27ca8b998652fddee571197b24974ebb2f.zip
[ticket/12508] Fix class doc block
PHPBB3-12508
Diffstat (limited to 'phpBB/phpbb/finder.php')
-rw-r--r--phpBB/phpbb/finder.php2
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
{