mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
oops
git-svn-id: file:///svn/phpbb/trunk@6356 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4018c48abb
commit
8799d8d65c
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,7 @@ class user extends session
|
||||||
static $imgs;
|
static $imgs;
|
||||||
global $phpbb_root_path;
|
global $phpbb_root_path;
|
||||||
|
|
||||||
$img_data = $imgs[$img . $suffix];
|
$img_data = &$imgs[$img . $suffix];
|
||||||
|
|
||||||
if (empty($img_data) || $width !== false)
|
if (empty($img_data) || $width !== false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue