mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-21 17:08:52 +02:00
Fixed issue. Ticket #3844.
This commit is contained in:
parent
c0ec08d23b
commit
2f5457d938
@ -1568,7 +1568,7 @@ function get_alert_fires_in_period ($id_alert_module, $period, $date = 0) {
|
||||
*/
|
||||
function get_group_alerts($id_group, $filter = '', $options = false,
|
||||
$where = '', $allModules = false, $orderby = false,
|
||||
$idGroup = false, $count = false, $strict_user = false, $tag = false) {
|
||||
$idGroup = false, $count = false, $strict_user = false, $tag = false, $action_filter = false) {
|
||||
|
||||
global $config;
|
||||
|
||||
|
@ -34,7 +34,7 @@ function validateAlert() {
|
||||
}
|
||||
}
|
||||
|
||||
function printFormFilterAlert($id_group, $filter, $free_search, $url, $filter_standby = false, $tag_filter = false, $return = false, $strict_user = false) {
|
||||
function printFormFilterAlert($id_group, $filter, $free_search, $url, $filter_standby = false, $tag_filter = false,$action_filter = false, $return = false, $strict_user = false) {
|
||||
|
||||
global $config;
|
||||
require_once ($config['homedir'] . "/include/functions_tags.php");
|
||||
|
Loading…
x
Reference in New Issue
Block a user