mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14283] Fix spelling of the word module
PHPBB3-14283
This commit is contained in:
parent
03662d5a89
commit
df9443a3c6
1 changed files with 1 additions and 1 deletions
|
@ -1148,7 +1148,7 @@ switch ($mode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// include modules for manage groups link display or not
|
// 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'))
|
if (!class_exists('p_master'))
|
||||||
{
|
{
|
||||||
include($phpbb_root_path . 'includes/functions_module.' . $phpEx);
|
include($phpbb_root_path . 'includes/functions_module.' . $phpEx);
|
||||||
|
|
Loading…
Add table
Reference in a new issue