diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-06 19:46:44 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-06 19:46:44 -0700 |
commit | a0ecdd025eadf22142c7ed5018b930127ea10d9f (patch) | |
tree | 861eac177aea2bde9a16d3c4d0739a2396d664d8 /include/notifier.php | |
parent | 98ebcada61dd76b0707869ca6e3ee6b16613cadf (diff) | |
download | volse-hubzilla-a0ecdd025eadf22142c7ed5018b930127ea10d9f.tar.gz volse-hubzilla-a0ecdd025eadf22142c7ed5018b930127ea10d9f.tar.bz2 volse-hubzilla-a0ecdd025eadf22142c7ed5018b930127ea10d9f.zip |
infrastructure for salmon
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index f7d2844c3..ce4e5fed4 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -157,6 +157,7 @@ '$feed_title' => xmlify($owner['name']), '$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) , '$hub' => $hubxml, + '$salmon' => '', // private feed, we don't use salmon here '$name' => xmlify($owner['name']), '$profile_page' => xmlify($owner['url']), '$photo' => xmlify($owner['photo']), |