]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/controller/default/class_WebDefaultNewsController.php
Style convention applied (incomplete), pre/post filters added for form handler
[shipsimu.git] / inc / classes / main / controller / default / class_WebDefaultNewsController.php
index a6e2ebcad6891a21cfb39e62501c74f205c2b5c9..8781206699eba2c35fa8093387fde9a57fd82578 100644 (file)
@@ -69,6 +69,9 @@ class WebDefaultNewsController extends BaseController implements Controller {
                // Load the news here
                $this->loadNewsByRequest($requestInstance);
 
                // Load the news here
                $this->loadNewsByRequest($requestInstance);
 
+               // This request was valid! :-D
+               $requestInstance->requestIsValid();
+
                // Execute the command
                $commandInstance->execute($requestInstance, $responseInstance);
 
                // Execute the command
                $commandInstance->execute($requestInstance, $responseInstance);