[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 // 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);