aboutsummaryrefslogtreecommitdiffstats
path: root/mod/poco.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-28 19:24:36 -0800
committerfriendica <info@friendica.com>2013-01-28 19:24:36 -0800
commit95415bff69a6dba17d9aa3ff02707c94872e75e4 (patch)
tree8e48d4fc1a9179eaf52383a0ce701a48e3b26ffc /mod/poco.php
parent89c6fc939d9672df0ddb0aa5ba880d5abca689b7 (diff)
downloadvolse-hubzilla-95415bff69a6dba17d9aa3ff02707c94872e75e4.tar.gz
volse-hubzilla-95415bff69a6dba17d9aa3ff02707c94872e75e4.tar.bz2
volse-hubzilla-95415bff69a6dba17d9aa3ff02707c94872e75e4.zip
delete item should now mostly work
Diffstat (limited to 'mod/poco.php')
-rw-r--r--mod/poco.php2
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) {