mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes #1584
This commit is contained in:
2
news.php
2
news.php
@@ -251,7 +251,7 @@ if ($action == 'cat' || $action == 'all' || vartrue($_GET['tag']))
|
|||||||
}
|
}
|
||||||
elseif(vartrue($_GET['tag']))
|
elseif(vartrue($_GET['tag']))
|
||||||
{
|
{
|
||||||
$tagsearch = preg_replace('#[^a-zA-Z0-9 \-]#','', $_GET['tag']);
|
$tagsearch = e107::getParser()->filter($_GET['tag']);
|
||||||
|
|
||||||
$query = "
|
$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,
|
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,
|
||||||
|
Reference in New Issue
Block a user