diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 19:49:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 19:49:44 +0000 |
commit | 1aa626f0e8d6b316eb6d0a7e98b54e04ffb07013 (patch) | |
tree | 31a495f85071f01bea33c573656844ef61ed3e04 /include/items.php | |
parent | 7e36d17135f7a490861748e99e2686392cea017c (diff) | |
download | volse-hubzilla-1aa626f0e8d6b316eb6d0a7e98b54e04ffb07013.tar.gz volse-hubzilla-1aa626f0e8d6b316eb6d0a7e98b54e04ffb07013.tar.bz2 volse-hubzilla-1aa626f0e8d6b316eb6d0a7e98b54e04ffb07013.zip |
remove include/message
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 2ee259e51..ba4e79a75 100644 --- a/include/items.php +++ b/include/items.php @@ -21,7 +21,6 @@ use Zotlabs\Daemon\Master; require_once('include/bbcode.php'); require_once('include/oembed.php'); require_once('include/crypto.php'); -require_once('include/message.php'); require_once('include/feedutils.php'); require_once('include/photo/photo_driver.php'); require_once('include/permissions.php'); |