mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #1584
This commit is contained in:
parent
f359e9963e
commit
d3383a71b6
2
news.php
2
news.php
@ -251,7 +251,7 @@ if ($action == 'cat' || $action == 'all' || vartrue($_GET['tag']))
|
||||
}
|
||||
elseif(vartrue($_GET['tag']))
|
||||
{
|
||||
$tagsearch = preg_replace('#[^a-zA-Z0-9 \-]#','', $_GET['tag']);
|
||||
$tagsearch = e107::getParser()->filter($_GET['tag']);
|
||||
|
||||
$query = "
|
||||
SELECT n.*, u.user_id, u.user_name, u.user_customtitle, nc.category_id, nc.category_name, nc.category_sef, nc.category_icon, nc.category_meta_keywords,
|
||||
|
Loading…
x
Reference in New Issue
Block a user