2
0
forked from Wavyzz/dolibarr

Rename page of agenda to follow same naming than other elements

This commit is contained in:
Laurent Destailleur
2022-10-25 19:39:59 +02:00
parent fa4029a142
commit 1e8f5b4753
4 changed files with 6 additions and 5 deletions

View File

@@ -11470,6 +11470,7 @@ function getActionCommEcmList($object)
}
/**
* Show html area with actions in messaging format.
* Note: Global parameter $param must be defined.
@@ -11766,7 +11767,7 @@ function show_actions_messaging($conf, $langs, $db, $filterobj, $objcon = '', $n
}
}
// Set $out to sow events
// Set $out to show events
$out = '';
if (!isModEnabled('agenda')) {