Index: branches/5.1.x/core/units/helpers/modules_helper.php =================================================================== diff -u -N -r13086 -r13113 --- branches/5.1.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 13086) +++ branches/5.1.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 13113) @@ -1,6 +1,6 @@ read()) !== false) { $entry_lowercased = strtolower($entry); - if (!is_dir($folder->path . '/' . $entry) || in_array($entry_lowercased, $skip_modules) || (substr($entry_lowercased, 0, 3) != 'in-')) { + if (!is_dir($folder->path . '/' . $entry) || in_array($entry_lowercased, $skip_modules)) { continue; }