From a85296ab9452d52eb50f037c32e324126e0c746b Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 8 Aug 2022 17:32:51 +0200 Subject: [PATCH] Remove line for consistency --- libs/Smarty.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 81fc38f3..fefe9633 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -130,7 +130,6 @@ class Smarty extends Smarty_Internal_TemplateBase const DEBUG_OFF = 0; const DEBUG_ON = 1; const DEBUG_INDIVIDUAL = 2; - /** * filter types */