diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/poco.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/poco.php b/mod/poco.php index 384c19f8f..f437a0336 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -41,7 +41,7 @@ function poco_init(&$a) { if(! $system_mode) { - $r = q("SELECT channel.channel_id from channel where channel_address = '%s' limit 1", + $r = q("SELECT channel_id from channel where channel_address = '%s' limit 1", dbesc($user) ); if(! $r) { |