]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebLoginAreaCommand.php
Re-added with access protection
[shipsimu.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index c6bb77250afd7e5c77430ebe8767a5e8614e8bd7..63a86a72d0fbd2bfc2447262e13530df149957a1 100644 (file)
@@ -70,9 +70,9 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
         * Prepares some general data which shall be displayed on every page
         *
         * @return      void
+        * @todo        Add some stuff here: Some personal data, app/game related data
         */
        protected function prepareCommand () {
-               /* @todo Add some stuff here: Some personal data, app/game related data */
        }
 
        /**
@@ -144,7 +144,6 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
                // these two calls to cache compiled templates.
-               //$templateInstance->debugInstance();
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in the response class