added dbesc

This commit is contained in:
Michael Johnston 2013-09-08 14:53:14 -04:00
parent a1b3a72f9e
commit a36abb764d

View File

@ -85,7 +85,7 @@ function categories_widget($baseurl,$selected = '') {
order by term.term asc",
intval($a->profile['profile_uid']),
intval(TERM_CATEGORY),
$a->profile['channel_hash']
dbesc($a->profile['channel_hash'])
);
if($r && count($r)) {
foreach($r as $rr)