diff --git a/core/user_logs/app_config.php b/core/user_logs/app_config.php index 82546bcce1..a303770571 100644 --- a/core/user_logs/app_config.php +++ b/core/user_logs/app_config.php @@ -15,6 +15,9 @@ $apps[$x]['permissions'][$y]['name'] = 'user_log_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $y++; + $apps[$x]['permissions'][$y]['name'] = 'user_log_all'; + $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $y++; $apps[$x]['permissions'][$y]['name'] = 'user_log_delete'; //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $y++; @@ -78,4 +81,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the user agent.'; $z++; -?> \ No newline at end of file +?>