aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index c5a1543277..b5d0c4d62f 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3398,18 +3398,6 @@ function add_log()
case 'user':
$additional_data['reportee_id'] = array_shift($args);
break;
- default:
- /**
- * @todo: enable when events are merged
- *
- global $phpbb_dispatcher;
-
- if ($phpbb_dispatcher != null)
- {
- $vars = array('mode', 'args', 'additional_data');
- extract($phpbb_dispatcher->trigger_event('core.function_add_log', $vars, $vars));
- }
- */
}
$log_operation = array_shift($args);
$additional_data = array_merge($additional_data, $args);