Look this:
https://github.com/tombenner/wp-mvc/pull/14
and this
https://github.com/bostil/wp-mvc/commit/f08cd0e420312b023cc5f994a4073f17ff2e0290
Change the line 110 of core/controllers/mvc_controller.php from
$this->{$helper_method_name}->controller = false;
to
$this->{$helper_method_name}->controller = new stdClass();