aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2015-05-30 10:58:40 +0200
committerNils Adermann <naderman@naderman.de>2015-05-30 10:58:40 +0200
commitf958d05aedddae9704b01ff5fc06112e57ff3efd (patch)
tree4c38f030c846df579ef5a00236e01157b537653e /phpBB/includes/functions_module.php
parent3f4206e012e048d5c3c756a66296ca26300314cd (diff)
parent01073ffcbf6ecff50071018e2eaaae9cd81fcbbc (diff)
downloadforums-f958d05aedddae9704b01ff5fc06112e57ff3efd.tar
forums-f958d05aedddae9704b01ff5fc06112e57ff3efd.tar.gz
forums-f958d05aedddae9704b01ff5fc06112e57ff3efd.tar.bz2
forums-f958d05aedddae9704b01ff5fc06112e57ff3efd.tar.xz
forums-f958d05aedddae9704b01ff5fc06112e57ff3efd.zip
Merge branch '3.1.x'
* 3.1.x: [ticket/13790] Update phpcs Conflicts: phpBB/composer.json phpBB/composer.lock
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 01d3f000c4..144e6b4e7c 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -978,7 +978,7 @@ class p_master
*
* @param string $class module class (acp/mcp/ucp)
* @param string $name module name (class name of the module, or its basename
- * phpbb_ext_foo_acp_bar_module, ucp_zebra or zebra)
+ * phpbb_ext_foo_acp_bar_module, ucp_zebra or zebra)
* @param string $mode mode, as passed through to the module
*
*/