aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-29 02:30:15 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-29 02:30:15 +0200
commit4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0 (patch)
tree3132a4d75b63218ba19da397021b80303b221caa
parentff5fd3442d9e985e0b3c48f5a13254448d27d929 (diff)
downloadforums-4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0.tar
forums-4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0.tar.gz
forums-4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0.tar.bz2
forums-4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0.tar.xz
forums-4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0.zip
[ticket/10899] Update doc block
PHPBB3-10899
-rw-r--r--phpBB/phpbb/log/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php
index 879a1b49e8..e7875e1a12 100644
--- a/phpBB/phpbb/log/log.php
+++ b/phpBB/phpbb/log/log.php
@@ -366,7 +366,7 @@ class log implements \phpbb\log\log_interface
* NOTE: if sql_ary does not contain a log_type value, the entry will
* not be deleted in the database. So ensure to set it, if needed.
*
- * @event core.add_log
+ * @event core.delete_log
* @var string mode Mode of the entry we log
* @var string log_type Type ID of the log (should be different than false)
* @var array conditions An array of conditions, 3 different forms are accepted