diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 11:10:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 11:10:09 +0000 |
commit | d9920fce3ab136170341f34861e815cee4cab13b (patch) | |
tree | 11500ad41692eb4a8ef36c02107561cc019c0eae /include | |
parent | 2765a0a9fd9d243108c44b9fcfda24bcae80e703 (diff) | |
download | volse-hubzilla-d9920fce3ab136170341f34861e815cee4cab13b.tar.gz volse-hubzilla-d9920fce3ab136170341f34861e815cee4cab13b.tar.bz2 volse-hubzilla-d9920fce3ab136170341f34861e815cee4cab13b.zip |
missing include
Diffstat (limited to 'include')
-rw-r--r-- | include/feedutils.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/feedutils.php b/include/feedutils.php index f489030b6..d31836983 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -14,6 +14,8 @@ * @return string with an atom feed */ +require_once('include/items.php'); + function get_public_feed($channel, $params) { if(! $params) |