From 2769a25e8d0cafbdadda4f33ff40765dc3b4181e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 13 Aug 2021 11:18:03 +0200 Subject: [PATCH] Missing class PDF_LAND in the autoloader --- include/constant.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index 07c9dd957..b43ff4744 100644 --- a/include/constant.php +++ b/include/constant.php @@ -596,7 +596,8 @@ function noalyss_class_autoloader($class) { "profile_mobile_sql"=>"database/profile_mobile_sql.class.php", "mobile_device_mtable"=>"class/mobile_device_mtable.class.php", "html_input_noalyss"=>"class/html_input_noalyss.class.php", - "card_property"=>"class/card_property.class.php" + "card_property"=>"class/card_property.class.php", + "pdfland"=>"class/pdf_land.class.php" ); if ( isset ($aClass[$class]) ) { require_once NOALYSS_INCLUDE."/".$aClass[$class];