diff --git a/lib/msf/ui/console/command_dispatcher/modules.rb b/lib/msf/ui/console/command_dispatcher/modules.rb index 82e95fbaae..3f3a372494 100644 --- a/lib/msf/ui/console/command_dispatcher/modules.rb +++ b/lib/msf/ui/console/command_dispatcher/modules.rb @@ -687,7 +687,7 @@ module Msf # # Command to take to the previously active module # - def cmd_previous() + def cmd_previous(*args) if @previous_module self.cmd_use(@previous_module.fullname) else