diff options
author | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2013-09-08 14:53:14 -0400 |
---|---|---|
committer | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2013-09-08 14:53:14 -0400 |
commit | a36abb764d04a92d97507b368b1b622a9483348a (patch) | |
tree | dafea9088fc8dde95e7d13161a35c1e6ae730f7e /include | |
parent | a1b3a72f9ee893f648daffa818fc61706da0842f (diff) | |
download | volse-hubzilla-a36abb764d04a92d97507b368b1b622a9483348a.tar.gz volse-hubzilla-a36abb764d04a92d97507b368b1b622a9483348a.tar.bz2 volse-hubzilla-a36abb764d04a92d97507b368b1b622a9483348a.zip |
added dbesc
Diffstat (limited to 'include')
-rw-r--r-- | include/contact_widgets.php | 2 |
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) |