TODO: We should find something better than BaseFrameworkSystem as a type-hint
authorRoland Häder <roland@mxchange.org>
Sun, 24 Feb 2008 10:34:17 +0000 (10:34 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 24 Feb 2008 10:34:17 +0000 (10:34 +0000)
ship-simu/application/selector/class_ApplicationSelector.php

index 741c0d3e0de47808ba5db68da9306aefd8808500..bd3a86b78133de509c6d7cbc1d73a56d9045cfb7 100644 (file)
@@ -139,7 +139,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
         * @throws              MissingMethodException  If $tplEngine misses a required
         *                                                                              method 'loadWebTemplate()'
         */
-       private function prepareTemplateEngine (ManageableApplication $appInstance) {
+       private function prepareTemplateEngine (BaseFrameworkSystem $appInstance) {
                // Generate FQFN for all application templates
                $fqfn = sprintf("%s%s/%s/%s",
                        PATH,