aboutsummaryrefslogtreecommitdiffstats
path: root/include/contact_widgets.php
diff options
context:
space:
mode:
authorMichael Johnston <michaelgeorgejohnston@gmail.com>2013-09-08 14:53:14 -0400
committerMichael Johnston <michaelgeorgejohnston@gmail.com>2013-09-08 14:53:14 -0400
commita36abb764d04a92d97507b368b1b622a9483348a (patch)
treedafea9088fc8dde95e7d13161a35c1e6ae730f7e /include/contact_widgets.php
parenta1b3a72f9ee893f648daffa818fc61706da0842f (diff)
downloadvolse-hubzilla-a36abb764d04a92d97507b368b1b622a9483348a.tar.gz
volse-hubzilla-a36abb764d04a92d97507b368b1b622a9483348a.tar.bz2
volse-hubzilla-a36abb764d04a92d97507b368b1b622a9483348a.zip
added dbesc
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r--include/contact_widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php
index 6bebf96e3..18c9d6510 100644
--- a/include/contact_widgets.php
+++ b/include/contact_widgets.php
@@ -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)