diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-12-11 19:51:56 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-12-11 19:51:56 +0100 |
commit | 3ba8e7bda3e92f3875befb297302d383e4501ab6 (patch) | |
tree | 4f2d8495a6728185f07c4dfeb2f386e76c6b415a | |
parent | bd6e5144dd8297bb43496caa215427ede08ed27a (diff) | |
parent | ad3b7830b4efe732653bbb5dcef723055a591569 (diff) | |
download | forums-3ba8e7bda3e92f3875befb297302d383e4501ab6.tar forums-3ba8e7bda3e92f3875befb297302d383e4501ab6.tar.gz forums-3ba8e7bda3e92f3875befb297302d383e4501ab6.tar.bz2 forums-3ba8e7bda3e92f3875befb297302d383e4501ab6.tar.xz forums-3ba8e7bda3e92f3875befb297302d383e4501ab6.zip |
Merge branch '3.1.x' into 3.2.x
* 3.1.x:
[ticket/14906] Delete redundant sig key in user_cache_data array
-rw-r--r-- | phpBB/viewtopic.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 9199354920..01c5f9ed42 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1319,7 +1319,6 @@ while ($row = $db->sql_fetchrow($result)) 'rank_title' => '', 'rank_image' => '', 'rank_image_src' => '', - 'sig' => '', 'pm' => '', 'email' => '', 'jabber' => '', |