mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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;
|
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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user