diff options
author | friendica <info@friendica.com> | 2013-01-24 14:31:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-24 14:31:57 -0800 |
commit | 4f7f547190f5ec2557739aad6b2c09e3f45cdc76 (patch) | |
tree | 279db2a4d10442f39a284cdf8894a32f2b05263f /mod/zotfeed.php | |
parent | 5da1948ede2f88736e8689c530d6430d56965056 (diff) | |
download | volse-hubzilla-4f7f547190f5ec2557739aad6b2c09e3f45cdc76.tar.gz volse-hubzilla-4f7f547190f5ec2557739aad6b2c09e3f45cdc76.tar.bz2 volse-hubzilla-4f7f547190f5ec2557739aad6b2c09e3f45cdc76.zip |
why oh why is poco_load not getting called? oh - that's why.
Diffstat (limited to 'mod/zotfeed.php')
-rw-r--r-- | mod/zotfeed.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/zotfeed.php b/mod/zotfeed.php index 6519481d2..76a860139 100644 --- a/mod/zotfeed.php +++ b/mod/zotfeed.php @@ -16,6 +16,9 @@ function zotfeed_init(&$a) { json_return_and_die($result); } + $observer = $a->get_observer(); + + $channel_address = ((argc() > 1) ? argv(1) : ''); if($channel_address) { $r = q("select channel_id from channel where channel_address = '%s' limit 1", |