Index: branches/5.3.x/core/kernel/Console/Command/RunEventCommand.php =================================================================== diff -u -N -r16252 -r16282 --- branches/5.3.x/core/kernel/Console/Command/RunEventCommand.php (.../RunEventCommand.php) (revision 16252) +++ branches/5.3.x/core/kernel/Console/Command/RunEventCommand.php (.../RunEventCommand.php) (revision 16282) @@ -1,6 +1,6 @@ getArgument('event_name'); + $event_name = $this->io->getArgument('event_name'); $run_event = new \kEvent($event_name); $this->Application->HandleEvent($run_event);