forked from Wavyzz/dolibarr
Fix missing tests on permissions
This commit is contained in:
@@ -53,7 +53,7 @@ $listofreminderids = GETPOST('listofreminderids', 'aZ09');
|
||||
* Actions
|
||||
*/
|
||||
|
||||
if ($action == 'stopreminder') {
|
||||
if ($action == 'stopreminder') { // Test on permission not required here. Endpoint can be called
|
||||
dol_syslog("Clear notification for listofreminderids=".$listofreminderids);
|
||||
$listofreminderid = GETPOST('listofreminderids', 'intcomma');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user