diff --git a/plugins/sampledata/testing/testing.php b/plugins/sampledata/testing/testing.php index 775f2ab9d007b..368302df267f7 100644 --- a/plugins/sampledata/testing/testing.php +++ b/plugins/sampledata/testing/testing.php @@ -2135,7 +2135,7 @@ public function onAjaxSampledataApplyStep7() 'menutype' => $menuTypes[6], 'title' => Text::_('PLG_SAMPLEDATA_TESTING_SAMPLEDATA_MENUS_ITEM_44_TITLE'), 'link' => 'index.php?option=com_users&view=login', - 'component_id' => 25, + 'component_id' => ComponentHelper::getComponent('com_users')->id, 'params' => array( 'logindescription_show' => 1, 'logoutdescription_show' => 1,