noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 25/30: Bug : missing class


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 25/30: Bug : missing class
Date: Sat, 3 Dec 2022 08:35:15 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5d732ba844239d3d4cd8d13fbe2518dd5faf3c8f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Dec 1 19:05:31 2022 +0100

    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];



reply via email to

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