X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Fclass_ApplicationSelector.php;h=651b2a4c359a68ed9d62f0ec9f8c5ef2852bd715;hp=e974a3bee8b03bb1e139983447f362f05987d871;hb=ba9c65f936c374390a63226533172121b9ae3f45;hpb=df494d7dff1401830f34852f8bbd74b8b2913dc2 diff --git a/application/selector/class_ApplicationSelector.php b/application/selector/class_ApplicationSelector.php index e974a3b..651b2a4 100644 --- a/application/selector/class_ApplicationSelector.php +++ b/application/selector/class_ApplicationSelector.php @@ -325,7 +325,7 @@ class ApplicationSelector extends BaseFrameworkSystem { throw new InvalidArrayCountException(array($this, "curr", count($curr), 2), self::EXCEPTION_ARRAY_HAS_INVALID_COUNT); } elseif (!isset($curr['template_class']) || (!isset($curr['app_instance']))) { // Expected entries missing - throw new MissingArrayElementsException(array($this, "curr", array('template_class', 'app_instance')), self::EXCEPTION_ARRAY_ELEMENTS_MISSING); + throw new MissingArrayElementsException(array($this, "curr", array("template_class", "app_instance")), self::EXCEPTION_ARRAY_ELEMENTS_MISSING); } die("
".print_r($curr, true)."
");