From 3da18490042cc60c49487b45ac21da2b2cefcbf4 Mon Sep 17 00:00:00 2001 From: RussH Date: Mon, 16 Sep 2024 13:56:30 +0100 Subject: [PATCH] attachments module will require authentication (#658) attachments module will require authentication --- modules/attachments/AttachmentsUI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/attachments/AttachmentsUI.php b/modules/attachments/AttachmentsUI.php index 7e3d1079b..fdebfbf1f 100755 --- a/modules/attachments/AttachmentsUI.php +++ b/modules/attachments/AttachmentsUI.php @@ -40,7 +40,7 @@ public function __construct() { parent::__construct(); - $this->_authenticationRequired = false; + $this->_authenticationRequired = true; $this->_moduleDirectory = 'attachments'; $this->_moduleName = 'attachments'; $this->_moduleTabText = '';