1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2014-12-25 17:37:38 +07:00
parent ee45c94358
commit db08470304

View file

@ -1270,7 +1270,7 @@ class ActionAjax extends Action
$sTag = trim($sTag);
if (func_check($sTag, 'text', 2, 50) and !in_array(mb_strtolower($sTag, 'UTF-8'), $aTagsNewLow)) {
$sTagEsc = htmlspecialchars($sTag);
$aTagsNew[] = $sTagEsc;
$aTagsNew[] = $sTag;
$aTagsReturn[] = array(
'tag' => $sTagEsc,
'url' => $this->oUserCurrent->getUserWebPath() . 'favourites/' . $oFavourite->getTargetType() . 's/tag/' . $sTagEsc . '/',