diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-05-29 02:30:15 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-29 02:30:15 +0200 |
| commit | 4b3bba6693d96fe5ce918a635af8ff5ec7a8c1f0 (patch) | |
| tree | 3132a4d75b63218ba19da397021b80303b221caa | |
| parent | ff5fd3442d9e985e0b3c48f5a13254448d27d929 (diff) | |
| download | forums-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.php | 2 |
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 |
