[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/03: with the plugin , there are several au
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 02/03: with the plugin , there are several autoloader |
Date: |
Thu, 29 Feb 2024 16:38:34 -0500 (EST) |
sparkyx pushed a commit to branch stable
in repository noalyss.
commit f8abbfedd231b1e48b11facc8dae4468d4ff7d1c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Feb 28 11:44:45 2024 +0100
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";
}
}