aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-27 19:57:32 -0400
committerDavid King <imkingdavid@gmail.com>2012-03-27 19:57:32 -0400
commit56f75dbf93b0476f88c866abcae129fa3b61fc2c (patch)
treef5cf7a3fc19247b44d15672da79ab19aaf84f4c8 /phpBB/includes
parent6a0bad8c0b7bdb261c0ee72b850bc727de6d019b (diff)
downloadforums-56f75dbf93b0476f88c866abcae129fa3b61fc2c.tar
forums-56f75dbf93b0476f88c866abcae129fa3b61fc2c.tar.gz
forums-56f75dbf93b0476f88c866abcae129fa3b61fc2c.tar.bz2
forums-56f75dbf93b0476f88c866abcae129fa3b61fc2c.tar.xz
forums-56f75dbf93b0476f88c866abcae129fa3b61fc2c.zip
[ticket/10586] Tidy up comments
PHPBB3-10586
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/extension/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/extension/manager.php b/phpBB/includes/extension/manager.php
index 6f1c885ea9..f103983fcd 100644
--- a/phpBB/includes/extension/manager.php
+++ b/phpBB/includes/extension/manager.php
@@ -432,7 +432,7 @@ class phpbb_extension_manager
/**
* Check to see if a given extension is available on the filesystem
*
- * @param string $name Extension name to check
+ * @param string $name Extension name to check NOTE: Can be user input
* @return bool Depending on whether or not the extension is available
*/
public function available($name)