X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Fclass_ApplicationSelector.php;fp=application%2Fselector%2Fclass_ApplicationSelector.php;h=0d366b78a6b812b3f844369496b1690062cb8787;hp=8d6d914463151236089ab5882313b0bb4d3b2749;hb=70ccc7bcf88f399486308be6a34a0d0942e7e275;hpb=84369c88ca8f57a1e4d9d20cdd4adf45576c5cd8 diff --git a/application/selector/class_ApplicationSelector.php b/application/selector/class_ApplicationSelector.php index 8d6d914..0d366b7 100644 --- a/application/selector/class_ApplicationSelector.php +++ b/application/selector/class_ApplicationSelector.php @@ -207,7 +207,7 @@ class ApplicationSelector extends BaseFrameworkSystem { // Is this a readable directory? (files will be ignored silently) if ((is_dir($fqfn)) && (is_readable($fqfn))) { // Then get the init.php script for analyzing - $initScript = sprintf("%s/init%s", $fqfn, $this->getConfigInstance()->readConfig('php_extension')); + $initScript = sprintf("%s/init.php", $fqfn); // Load the application's init.php script and append the // application to the ArrayObject