]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/resolver/controller/html/class_ShipSimuHtmlControllerResolver.php
Continued:
[shipsimu.git] / application / shipsimu / classes / resolver / controller / html / class_ShipSimuHtmlControllerResolver.php
index 6e4d3b95d4edcf44b611defbc30097d68cd69268..24a7a3b3d1d3779a694f193f3595ca4e9d4cd5c1 100644 (file)
@@ -90,7 +90,7 @@ class ShipSimuHtmlControllerResolver extends BaseControllerResolver implements C
                if ((!is_object($controllerInstance)) || (!$controllerInstance instanceof Controller)) {
                        // This command has an invalid instance!
                        throw new InvalidControllerInstanceException(array($this, $controllerName), self::EXCEPTION_INVALID_CONTROLLER);
-               } // END - if
+               }
 
                // Set last controller
                $this->setResolvedInstance($controllerInstance);