1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00
git-svn-id: file:///svn/phpbb/trunk@6356 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-09-06 20:58:53 +00:00
parent 4018c48abb
commit 8799d8d65c

View File

@@ -1340,7 +1340,7 @@ class user extends session
static $imgs;
global $phpbb_root_path;
$img_data = $imgs[$img . $suffix];
$img_data = &$imgs[$img . $suffix];
if (empty($img_data) || $width !== false)
{