mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Fixed issue. Ticket #3844.
(cherry picked from commit 2f5457d93807e15a3a8eb47e9fc5feedf79f3386)
This commit is contained in:
parent
60834ec44d
commit
e9dc54360e
@ -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