Skip to content

Commit

Permalink
attachments module will require authentication (#658)
Browse files Browse the repository at this point in the history
attachments module will require authentication
  • Loading branch information
RussH authored Sep 16, 2024
1 parent ade8a7f commit 3da1849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/attachments/AttachmentsUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct()
{
parent::__construct();

$this->_authenticationRequired = false;
$this->_authenticationRequired = true;
$this->_moduleDirectory = 'attachments';
$this->_moduleName = 'attachments';
$this->_moduleTabText = '';
Expand Down

0 comments on commit 3da1849

Please sign in to comment.