noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/03: Missing class PDF_LAND in the autoload


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/03: Missing class PDF_LAND in the autoloader
Date: Fri, 13 Aug 2021 09:09:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2769a25e8d0cafbdadda4f33ff40765dc3b4181e
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Aug 13 11:18:03 2021 +0200

    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 07c9dd9..b43ff47 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];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]