mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible.
This commit is contained in:
@@ -1724,7 +1724,7 @@ class e107forum
|
||||
";
|
||||
if ($sql->gen($qry))
|
||||
{
|
||||
$row = $sql->fetch(MYSQL_ASSOC);
|
||||
$row = $sql->fetch();
|
||||
$row['thread_sef'] = eHelper::title2sef($row['thread_name'],'dashl');
|
||||
return $row;
|
||||
}
|
||||
|
Reference in New Issue
Block a user