diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-03-10 16:15:57 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-03-10 16:15:57 -0700 |
commit | 91980c73a76bcbedd5f23a3232988a32aa8c7127 (patch) | |
tree | 94a49d0111d3484db7321032f879ac580b1d5065 /lib/common.php | |
parent | 945bbf00dc9ee106359e9387956c72c1290d12fc (diff) |
Updates to the API to improve Atom feeds
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 917fdeafa..c3d697aee 100644 --- a/lib/common.php +++ b/lib/common.php @@ -140,7 +140,8 @@ $config = 'user' => false, 'group' => false), 'integration' => - array('source' => 'Laconica'), # source attribute for Twitter + array('source' => 'Laconica', # source attribute for Twitter + 'taguri' => $_server.',2009'), # base for tag URIs 'memcached' => array('enabled' => false, 'server' => 'localhost', |