From d9e3866786df74dca0903865a52d75da4ca51a0e Mon Sep 17 00:00:00 2001 From: Lamrani Abdel Date: Sat, 18 Mar 2023 14:58:00 +0100 Subject: [PATCH] uncomment function for get objects --- htdocs/modulebuilder/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index 1362b6e695d..c0c29ea2864 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -865,10 +865,7 @@ if ($dirins && $action == 'initdoc' && !empty($module)) { // add table of properties $dirins = $listofmodules[strtolower($module)]['moduledescriptorrootpath']; $destdir = $dirins.'/'.strtolower($module); - - // Need to merged ModuleBuilderFixes for get the function - //after that uncomment the line below - //$objects = dolGetListOfObjectClasses($destdir); + $objects = dolGetListOfObjectClasses($destdir); foreach ($objects as $path=>$obj) { writePropsInAsciiDoc($path, $obj, $destfile); }