mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/13713] Handle TODOs
PHPBB3-13713
This commit is contained in:
@@ -91,7 +91,6 @@ class mention extends \phpbb\notification\type\post
|
||||
|
||||
/**
|
||||
* Update a notification
|
||||
* TODO: decide what to do with this stuff
|
||||
*
|
||||
* @param array $post Data specific for this type that will be updated
|
||||
* @return true
|
||||
|
@@ -138,7 +138,6 @@ class data_access
|
||||
'email' => 10,
|
||||
'flash' => 11,
|
||||
'attachment' => 12,
|
||||
'mention' => 13, // TODO: change ID/remove?
|
||||
);
|
||||
|
||||
$styles = array();
|
||||
|
Reference in New Issue
Block a user