Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Schmitz committed Sep 17, 2019
2 parents b4baa0a + 5bea516 commit 5b6ef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "barrelstrength/sprout-base-reports",
"description": "Common reports libraries for Sprout Plugins for Craft CMS",
"version": "1.3.8",
"version": "1.3.10",
"type": "yii-module",
"license": "proprietary",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/ReportsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public function actionDeleteGroup(): Response
*/
public function actionExportReport()
{
// $this->requirePermission($this->permissions['sproutReports-viewReports']);
//$this->requirePermission($this->permissions['sproutReports-viewReports']);

$reportId = Craft::$app->getRequest()->getParam('reportId');

Expand Down

0 comments on commit 5b6ef9d

Please sign in to comment.