From 5ee1c3f2c8590caa70ec34046ef5c75dacac3642 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 31 May 2021 10:03:34 +0200 Subject: include items.php in boot since it is required almost everywhere --- boot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/boot.php b/boot.php index f51abe2f8..bb2d094ea 100644 --- a/boot.php +++ b/boot.php @@ -50,6 +50,7 @@ require_once('include/xchan.php'); require_once('include/hubloc.php'); require_once('include/attach.php'); require_once('include/bbcode.php'); +require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '5.9.0' ); -- cgit v1.2.3