Bug : missing class

This commit is contained in:
sparkyx 2022-12-01 19:05:31 +01:00
parent 70adb61134
commit 5d732ba844

View file

@ -388,7 +388,8 @@ function noalyss_class_autoloader($class)
"inputswitch" => "lib/input_switch.class.php",
"noalyss\mobile" => "class/mobile.class.php",
"htmlinput" => "lib/html_input.class.php",
"noalyss\dbg"=>"lib/dbg.php"
"noalyss\dbg"=>"lib/dbg.php",
"pdfland"=>"class/pdf_land.class.php"
);
if (isset ($aClass[$class])) {
require_once NOALYSS_INCLUDE . "/" . $aClass[$class];