aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-15 21:54:19 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-15 22:08:47 -0600
commit30356efab9503f44c26c6eebe6421911cd70ec64 (patch)
treeac6c221b627f263b984f287c7672bc34b849c480
parent8dc2f69e8a1900b4560c3a982fc9df60511055d8 (diff)
downloadforums-30356efab9503f44c26c6eebe6421911cd70ec64.tar
forums-30356efab9503f44c26c6eebe6421911cd70ec64.tar.gz
forums-30356efab9503f44c26c6eebe6421911cd70ec64.tar.bz2
forums-30356efab9503f44c26c6eebe6421911cd70ec64.tar.xz
forums-30356efab9503f44c26c6eebe6421911cd70ec64.zip
[ticket/11103] updating comments
PHPBB3-11103
-rw-r--r--phpBB/includes/notification/type/base.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/notification/type/base.php b/phpBB/includes/notification/type/base.php
index c262fbeedb..315bcb04c9 100644
--- a/phpBB/includes/notification/type/base.php
+++ b/phpBB/includes/notification/type/base.php
@@ -71,9 +71,9 @@ abstract class phpbb_notification_type_base implements phpbb_notification_type_i
* item_id - ID of the item (e.g. post_id, msg_id)
* item_parent_id - Parent item id (ex: for topic => forum_id, for post => topic_id, etc)
* user_id
- * unread
- * time
- * data (special serialized field that each notification type can use to store stuff)
+ * notification_read
+ * notification_time
+ * notification_data (special serialized field that each notification type can use to store stuff)
*
* @var array $data Notification row from the database
* This must be private, all interaction should use __get(), __set(), get_data(), set_data()