diff --git a/admin/roadmap.php b/admin/roadmap.php index 1ee5669..feb4199 100644 --- a/admin/roadmap.php +++ b/admin/roadmap.php @@ -7,4 +7,7 @@ use Joomplace\X\ComponentStarter; -ComponentStarter::startup(Dispatcher::class, 'Roadmap', __DIR__ . DIRECTORY_SEPARATOR . 'migrations'); \ No newline at end of file +$input = \JFactory::getApplication()->input; + +ComponentStarter::startup(Dispatcher::class, $input->get('view', 'Roadmap'), + __DIR__ . DIRECTORY_SEPARATOR . 'migrations'); \ No newline at end of file