1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Fixes #650 - legacy news tag urls.

This commit is contained in:
Cameron 2014-06-16 14:46:39 -07:00
parent 3e1f7498cc
commit 150689482a

View File

@ -144,7 +144,7 @@ class core_news_url extends eUrlConfig
break;
case 'tag':
$url .= 'tag='.$params['id'].'&page='.$page;
$url .= 'tag='.$params['tag'].'&page='.$page;
break;
case 'short':