Config entry 'php_extension' is no longer used
[shipsimu.git] / application / selector / class_ApplicationSelector.php
index 8d6d914463151236089ab5882313b0bb4d3b2749..0d366b78a6b812b3f844369496b1690062cb8787 100644 (file)
@@ -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