Fixed issue. Ticket #3844.

(cherry picked from commit 2f5457d938)
This commit is contained in:
Daniel Maya 2016-06-28 16:10:09 +02:00
parent 60834ec44d
commit e9dc54360e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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