mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
oops
git-svn-id: file:///svn/phpbb/trunk@6356 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user