mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fixes #5146 - avatar was not displaying.
This commit is contained in:
@@ -138,6 +138,8 @@ class e_thumbnail
|
|||||||
$e_QUERY = base64_decode($_GET['id']);
|
$e_QUERY = base64_decode($_GET['id']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$e_QUERY= str_replace('e_AVATAR', 'e_AVATAR/', $e_QUERY); // FIXME Quick and dirty fix.
|
||||||
|
|
||||||
parse_str(str_replace('&', '&', $e_QUERY), $this->_request);
|
parse_str(str_replace('&', '&', $e_QUERY), $this->_request);
|
||||||
|
|
||||||
if(isset($this->_request['w']))
|
if(isset($this->_request['w']))
|
||||||
|
Reference in New Issue
Block a user