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; 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)
{ {