Sometimes 'page' is wanted, sometimes 'command' but basicly both want a command
[core.git] / inc / classes / main / response / class_BaseResponse.php
index 6afc20fcfece706a639f921391ef1a8e629e4543..0becb5820df511bc9dff1c1a74a974b4d4b32f8d 100644 (file)
@@ -227,7 +227,7 @@ class BaseResponse extends BaseFrameworkSystem {
         *
         * @return      $defaultCommand         Default command for this response
         */
-       public function getDefaultCommand () {
+       public function determineDefaultCommand () {
                // Get application instance
                $applicationInstance = Registry::getRegistry()->getInstance('app');