2
0
forked from Wavyzz/dolibarr

Fix missing tests on permissions

This commit is contained in:
Laurent Destailleur
2024-09-03 15:22:50 +02:00
parent e7c0913b1f
commit c79f72f785
20 changed files with 116 additions and 102 deletions

View File

@@ -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');