1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00

[ticket/14283] Fix spelling of the word module

PHPBB3-14283
This commit is contained in:
Richard McGirr
2015-11-14 14:48:54 -05:00
parent 03662d5a89
commit df9443a3c6

View File

@@ -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);