X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fselector%2Fstarter.php;h=9d0d8acb2d90bbb796548fa3d911dd1b15049495;hb=363af5d51040c7abb8d6a0f31882a57eacf4a930;hp=0833cecce231b46c07b6594d2fd074129018acdb;hpb=2a157996efd680b87b0a84cc95b91619ea6e81d9;p=shipsimu.git diff --git a/application/selector/starter.php b/application/selector/starter.php index 0833cec..9d0d8ac 100644 --- a/application/selector/starter.php +++ b/application/selector/starter.php @@ -19,7 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ // Get the application helper instance @@ -53,7 +53,7 @@ try { ); eval($eval); } catch (FrameworkException $e) { - ApplicationEntryPoint::app_die(sprintf("[Main:] Die Applikation %s kann nicht gestartet werden. Grund: %s", + ApplicationEntryPoint::app_die(sprintf("[Main:] Die Applikation %s kann nicht gestartet werden. Grund: %s", $application, $e->getMessage() ));