From 281b2261aff9919e208562466e7969ccae26d9a0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 16 Feb 2021 14:35:01 +0100 Subject: reduce loglevel until the most glaring php8 issues will be resolved --- Zotlabs/Render/SmartyInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Render/SmartyInterface.php b/Zotlabs/Render/SmartyInterface.php index a40effecf..d80ea3f3a 100644 --- a/Zotlabs/Render/SmartyInterface.php +++ b/Zotlabs/Render/SmartyInterface.php @@ -35,7 +35,7 @@ class SmartyInterface extends Smarty { $this->right_delimiter = App::get_template_rdelim('smarty3'); // Don't report errors so verbosely - $this->error_reporting = E_ALL & (~E_NOTICE); + $this->error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE; } function parsed($template = '') { -- cgit v1.2.3