added dbesc
This commit is contained in:
parent
a1b3a72f9e
commit
a36abb764d
@ -85,7 +85,7 @@ function categories_widget($baseurl,$selected = '') {
|
|||||||
order by term.term asc",
|
order by term.term asc",
|
||||||
intval($a->profile['profile_uid']),
|
intval($a->profile['profile_uid']),
|
||||||
intval(TERM_CATEGORY),
|
intval(TERM_CATEGORY),
|
||||||
$a->profile['channel_hash']
|
dbesc($a->profile['channel_hash'])
|
||||||
);
|
);
|
||||||
if($r && count($r)) {
|
if($r && count($r)) {
|
||||||
foreach($r as $rr)
|
foreach($r as $rr)
|
||||||
|
Reference in New Issue
Block a user