Commit 14f840415af33ced81bf62176c35ef1549bc0463
Exists in
master
and in
55 other branches
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,6 +192,9 @@ class KernelConfigClass | ||
192 | foreach (self::$libArray as $lib) | 192 | foreach (self::$libArray as $lib) |
193 | $appProperties["app.process.LIB"] .= ("-l".$lib." "); | 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 | $appProperties["app.plot.configfile"] = KERNEL_CONFIG_DIR.'/'.self::$plotConfigFile; | 198 | $appProperties["app.plot.configfile"] = KERNEL_CONFIG_DIR.'/'.self::$plotConfigFile; |
196 | 199 | ||
197 | $appProperties["app.param.gapthreshold"] = self::$defaultGapThreshold; | 200 | $appProperties["app.param.gapthreshold"] = self::$defaultGapThreshold; |