1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Bugtracker #4013 - file links not appearing in forum and news.

This commit is contained in:
e107steved
2007-07-12 19:12:53 +00:00
parent 275e4747f7
commit 708e2f23f6

View File

@@ -4,7 +4,7 @@ if ((e_PAGE == 'page.php') || (array_key_exists('forum_attach', $pref) && $pref[
{
$image = (file_exists(THEME."images/file.png") ? THEME."images/file.png" : e_IMAGE."generic/".IMODE."/file.png");
list($fname, $uc) = explode("^", $parm."^");
if(isset($uc))
if($uc)
{
if(!check_class($uc))
{