Commit f0d097e259304cf61913cb2dbe7ac76930ae0bf2

Authored by Elena.Budnik
1 parent 7cf7bfe2

load plugins false

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Request/Config/KernelConfigClass.php
... ... @@ -192,7 +192,7 @@ class KernelConfigClass
192 192 foreach (self::$libArray as $lib)
193 193 $appProperties["app.process.LIB"] .= ("-l".$lib." ");
194 194  
195   - $appProperties["app.process.DYNAMIC_LOADING"] = "true";
  195 + $appProperties["app.process.DYNAMIC_LOADING"] = "false";
196 196 $appProperties["app.process.plugins.xml"] = KERNEL_CONFIG_DIR.'/plugins.xml';
197 197  
198 198 $appProperties["app.process.plugins.xsd"] = AMDA_KERNEL_DIR.'/config/xsd/parser/plugins.xsd';
... ...