Commit 14f840415af33ced81bf62176c35ef1549bc0463

Authored by Benjamin Renard
2 parents 307aa386 b302ab2c

Merge branch 'master' into new-save-plot-request

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/Request/Config/KernelConfigClass.php
... ... @@ -192,6 +192,9 @@ 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"] = "false";
  196 + $appProperties["app.process.plugins.xml"] = KERNEL_CONFIG_DIR.'/plugins.xml';
  197 +
195 198 $appProperties["app.plot.configfile"] = KERNEL_CONFIG_DIR.'/'.self::$plotConfigFile;
196 199  
197 200 $appProperties["app.param.gapthreshold"] = self::$defaultGapThreshold;
... ...