Skip to content

Commit

Permalink
Add exit() again to prevent 500 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Nykolyszyn committed May 19, 2021
1 parent 417d99b commit d18c1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controller/Index/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function execute()
// TODO:- Implement caching of feed

print $productFeed;
// exit();
exit();
} else {
print "Product Feed is disabled.";
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You'll need to sign up at [Reviews.co.uk](https://www.reviews.co.uk "Reviews.co.
2. As this plugin is hosted on [packagist.org](http://packagist.org), you simply use the following to instruct composer to fetch and install the module:

```bash
composer require reviewscouk/reviews:0.0.34
composer require reviewscouk/reviews:0.0.35
```

3. When this is complete, `cd` to `/bin` and run the following:
Expand Down

0 comments on commit d18c1ee

Please sign in to comment.