diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2015-11-14 14:48:54 -0500 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-11-14 14:48:54 -0500 |
commit | df9443a3c65f63da41fd12b2369302c0f336ba8c (patch) | |
tree | 23955fa5fae944bd9593959dde3bd3bda6c3eeba | |
parent | [ticket/14283] Add a Manage Group link on a group page (diff) | |
download | phpbb-df9443a3c65f63da41fd12b2369302c0f336ba8c.tar.gz phpbb-df9443a3c65f63da41fd12b2369302c0f336ba8c.tar.bz2 phpbb-df9443a3c65f63da41fd12b2369302c0f336ba8c.zip |
[ticket/14283] Fix spelling of the word module
PHPBB3-14283
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index ad28b2d0b5..ba7ed60298 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1148,7 +1148,7 @@ switch ($mode) } } // include modules for manage groups link display or not - // need to ensure the modulr is active + // need to ensure the module is active if (!class_exists('p_master')) { include($phpbb_root_path . 'includes/functions_module.' . $phpEx); |