From f8abbfedd231b1e48b11facc8dae4468d4ff7d1c Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 28 Feb 2024 11:44:45 +0100 Subject: [PATCH] with the plugin , there are several autoloader --- include/constant.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/constant.php b/include/constant.php index 40edee575..18a8d2e30 100644 --- a/include/constant.php +++ b/include/constant.php @@ -405,8 +405,6 @@ function noalyss_class_autoloader($class) ); if (isset ($aClass[$class])) { require_once NOALYSS_INCLUDE . "/" . $aClass[$class]; - }else { - echo "autoloader fails with $class"; } }