* fixed typo

This commit is contained in:
slawkens1 2017-10-08 18:59:43 +02:00
parent 4a19458c15
commit b7bb950abc

View File

@ -84,7 +84,7 @@ if(isset($_GET['archive']))
foreach($news_DB as $news)
{
$newses[] = array(
'link' => ($config['friendly_urls']) . getLink('news') . '/archive/' . $news['id'],
'link' => getLink('news') . '/archive/' . $news['id'],
'icon_id' => $categories[$news['category']]['icon_id'],
'title' => stripslashes($news['title']),
'date' => $news['date']