with the plugin , there are several autoloader

This commit is contained in:
sparkyx 2024-02-28 11:44:45 +01:00
parent 7ad7471c7d
commit dc9dc64b94

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