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:
3
news.php
3
news.php
@@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user