Skip to content

Commit

Permalink
Remove token check
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Dec 1, 2019
1 parent 2961d44 commit a03ac6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sampledata/multilang/multilang.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public function onAjaxSampledataApplyStep7()
*/
public function onAjaxSampledataApplyStep8()
{
if (!Session::checkToken('get') || $this->app->input->get('type') !== $this->_name)
if ($this->app->input->get('type') !== $this->_name)
{
return;
}
Expand Down

0 comments on commit a03ac6e

Please sign in to comment.