Rewritten again, much better this way.
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLoginStatusProblemAction.php
index 0a4549894087f72903d7e1f5e6bff0b090bd5a98..b82d365c3de71d249c578b1ad65c4eed5e822366 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebShipSimuLoginStatusProblemAction extends BaseAction implements Commandable, Registerable {
+class WebShipSimuLoginStatusProblemAction extends BaseShipSimuAction implements Commandable, Registerable {
        /**
         * Protected constructor
         *
@@ -58,8 +58,10 @@ class WebShipSimuLoginStatusProblemAction extends BaseAction implements Commanda
         * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               // Unfinished method
-               $this->partialStub('Unfinished method.');
+               // Call parent method
+               parent::execute($requestInstance, $responseInstance);
+
+               // Add your code
        }
 
        /**