diff options
author | redmatrix <git@macgirvin.com> | 2016-02-11 20:37:30 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-11 20:37:30 -0800 |
commit | af7c7642bb62759fb2cc39d897cc5bd1a592fb5b (patch) | |
tree | d6783679b5fef1eac08c345e183358d8023456be /include/items.php | |
parent | a87efe45e0aa70a535fc5379e74b6f303b53fda0 (diff) | |
download | volse-hubzilla-af7c7642bb62759fb2cc39d897cc5bd1a592fb5b.tar.gz volse-hubzilla-af7c7642bb62759fb2cc39d897cc5bd1a592fb5b.tar.bz2 volse-hubzilla-af7c7642bb62759fb2cc39d897cc5bd1a592fb5b.zip |
whitespace
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 4d2f07a1e..1231b6209 100755 --- a/include/items.php +++ b/include/items.php @@ -629,6 +629,7 @@ function get_feed_for($channel, $observer_hash, $params) { '$community' => '', )); + call_hooks('atom_feed', $atom); if($items) { |