mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14906] Delete redundant sig key in user_cache_data array
This commit is contained in:
commit
5374acd04c
1 changed files with 0 additions and 1 deletions
|
@ -1319,7 +1319,6 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
'rank_title' => '',
|
'rank_title' => '',
|
||||||
'rank_image' => '',
|
'rank_image' => '',
|
||||||
'rank_image_src' => '',
|
'rank_image_src' => '',
|
||||||
'sig' => '',
|
|
||||||
'pm' => '',
|
'pm' => '',
|
||||||
'email' => '',
|
'email' => '',
|
||||||
'jabber' => '',
|
'jabber' => '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue