1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Upgrade Fixes - Legacy Download image paths and Download Category icons.

This commit is contained in:
Cameron
2016-12-05 15:41:19 -08:00
parent 11a90dcbbb
commit e6be1b8a2c
4 changed files with 56 additions and 13 deletions

View File

@@ -1124,7 +1124,8 @@ if(is_dir("remotefile")) {
}
}
if (isset($pref['nfp_display']) && $pref['nfp_display'] == 2) {
if (isset($pref['nfp_display']) && $pref['nfp_display'] == 2 && is_readable(e_PLUGIN."newforumposts_main/newforumposts_main.php"))
{
require_once(e_PLUGIN."newforumposts_main/newforumposts_main.php");
}