From 5d732ba844239d3d4cd8d13fbe2518dd5faf3c8f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 1 Dec 2022 19:05:31 +0100 Subject: [PATCH] Bug : missing class --- include/constant.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index 528e1b448..dfee92c5b 100644 --- a/include/constant.php +++ b/include/constant.php @@ -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];