1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13713] Remove mention ID constant

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-14 00:51:06 +03:00
committed by Marc Alexander
parent a21c115bf3
commit 012d009fbe
2 changed files with 1 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ class data_access
'email' => 10,
'flash' => 11,
'attachment' => 12,
'mention' => 13,
'mention' => 13, // TODO: change ID/remove?
);
$styles = array();