Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fix enable product
Browse files Browse the repository at this point in the history
Fixes the `Object of class ProductController could not be converted to string` error when browsing to `/prodyc/{id}/enable`.
  • Loading branch information
xphere committed Sep 2, 2015
1 parent 2170ca9 commit 39d5ec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function enableAction(
/**
* @var EnabledInterface $entity
*/
$$this->enableEntity($entity);
$this->enableEntity($entity);
});
}

Expand Down

0 comments on commit 39d5ec2

Please sign in to comment.