Skip to content

Commit

Permalink
Merge pull request #40 from mageplaza/develop
Browse files Browse the repository at this point in the history
Fix active module
  • Loading branch information
haitv282 authored Aug 4, 2020
2 parents aa99d5a + faec933 commit f34929f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Index/Activate.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function __construct(
*/
public function execute()
{
$params = $this->getRequest()->getPost();
$params = $this->getRequest()->getPost()->toArray();
if (!isset($params['extension'])) {
return $this->jsonResponse([
'success' => false,
Expand Down

0 comments on commit f34929f

Please sign in to comment.