mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/11700] And some last comments with backslashes
PHPBB3-11700
This commit is contained in:
@@ -379,7 +379,7 @@ class manager
|
||||
// Never send notifications to the anonymous user!
|
||||
unset($notify_users[ANONYMOUS]);
|
||||
|
||||
// Make sure not to send new \notifications to users who've already been notified about this item
|
||||
// Make sure not to send new notifications to users who've already been notified about this item
|
||||
// This may happen when an item was added, but now new users are able to see the item
|
||||
$sql = 'SELECT n.user_id
|
||||
FROM ' . $this->notifications_table . ' n, ' . $this->notification_types_table . ' nt
|
||||
|
@@ -145,7 +145,7 @@ abstract class base implements \phpbb\notification\type\type_interface
|
||||
*/
|
||||
public function set_initial_data($data = array())
|
||||
{
|
||||
// The row from the database (unless this is a new \notification we're going to add)
|
||||
// The row from the database (unless this is a new notification we're going to add)
|
||||
$this->data = $data;
|
||||
$this->data['notification_data'] = (isset($this->data['notification_data'])) ? unserialize($this->data['notification_data']) : array();
|
||||
}
|
||||
|
Reference in New Issue
Block a user