Bug : missing class
This commit is contained in:
parent
70adb61134
commit
5d732ba844
1 changed files with 2 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue