Skip to content

Commit

Permalink
Disable permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Schmitz committed Sep 16, 2019
1 parent e307774 commit b4baa0a
Showing 1 changed file with 1 addition and 1 deletion.
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 b4baa0a

Please sign in to comment.