diff --git a/plugins/sampledata/blog/blog.php b/plugins/sampledata/blog/blog.php index 47a1156091036..baaf7da54adf3 100644 --- a/plugins/sampledata/blog/blog.php +++ b/plugins/sampledata/blog/blog.php @@ -987,6 +987,11 @@ public function onAjaxSampledataApplyStep3() */ public function onAjaxSampledataApplyStep4() { + if ($this->app->input->get('type') != $this->_name) + { + return; + } + $response['success'] = true; $response['message'] = Text::_('PLG_SAMPLEDATA_BLOG_STEP4_SUCCESS');