with the plugin , there are several autoloader

This commit is contained in:
sparkyx 2024-02-28 11:44:45 +01:00
parent 8e7d3e58bd
commit f8abbfedd2

View file

@ -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";
}
}