aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/notification/type/post.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php
index b9afc6d70a..03221e7c7a 100644
--- a/phpBB/phpbb/notification/type/post.php
+++ b/phpBB/phpbb/notification/type/post.php
@@ -456,6 +456,12 @@ class post extends \phpbb\notification\type\base
return array();
}
- return array('notification_data' => $serialized_data);
+ $data_array = array_merge(array(
+ 'post_time' => $post['post_time'],
+ 'post_id' => $post['post_id'],
+ 'topic_id' => $post['topic_id']
+ ), $this->get_data(false));
+
+ return $data_array;
}
}
935543279fc57053a157d903c79'>- revert 's,/boot partition,separate /boot partition,', .po/pot files shouldn'tAhmad Samir2011-04-0571-214/+214 * - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-0472-73/+73 * - s/api/API/Ahmad Samir2011-04-0472-173/+173 * - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-0472-145/+145 * - perl -pi -e 's!you can pick one in the above list!you can pick one from the...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!For this, create a partition!To accomplish this, create a pa...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!"Search new servers"!"Search for new servers"!'Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!Something bad is happening on your drive!Something bad is ha...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!"Activate ethernet cards promiscuity check."!"Activate Ether...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!Posix!POSIX!'Ahmad Samir2011-04-0472-88/+88 * - perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)Ahmad Samir2011-04-04216-439/+439 * - perl -pi -e 's!need to reboot before the modification can take place"!"need...Ahmad Samir2011-04-0473-145/+145 * - perl -pi -e 's!"All data on this partition should be backed-up"!"All data o...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!"Check bad blocks\?"!"Check for bad blocks\?"!'Ahmad Samir2011-04-0473-74/+74 * - perl -pi -e 's!"Do you want to save /etc/fstab modifications"!"Do you want ...Ahmad Samir2011-04-0472-72/+72 * - perl -pi -e 's!mountpoint!mount point!'Ahmad Samir2011-04-0473-73/+73 * - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-04223-3763/+3763 * String changes: perl -pi -e 's!file system!filesystem!'Ahmad Samir2011-04-04147-877/+877 * String changes: perl -pi -e 's!"Password should resist to basic attacks"!"Pas...Ahmad Samir2011-04-0472-72/+72 * - string changes: perl -pi -e 's!Can not!Cannot!'Ahmad Samir2011-04-04