diff options
author | Mario <mario@mariovavti.com> | 2021-05-28 07:22:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-28 07:22:49 +0000 |
commit | d289994da4b7717199abf8bf8d43b1a021f250fe (patch) | |
tree | e66a1bdd48ef06896a3c11bb82853b9e16a531b4 /Zotlabs/Daemon/Expire.php | |
parent | 30f258b3f9f51af3cfc66e3e7318ec506a2905d7 (diff) | |
download | volse-hubzilla-d289994da4b7717199abf8bf8d43b1a021f250fe.tar.gz volse-hubzilla-d289994da4b7717199abf8bf8d43b1a021f250fe.tar.bz2 volse-hubzilla-d289994da4b7717199abf8bf8d43b1a021f250fe.zip |
missing include
Diffstat (limited to 'Zotlabs/Daemon/Expire.php')
-rw-r--r-- | Zotlabs/Daemon/Expire.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Expire.php b/Zotlabs/Daemon/Expire.php index c4ff8aec6..99fe68b6f 100644 --- a/Zotlabs/Daemon/Expire.php +++ b/Zotlabs/Daemon/Expire.php @@ -2,6 +2,7 @@ namespace Zotlabs\Daemon; +require_once('include/items.php'); class Expire { |