mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +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= str_replace('e_AVATAR', 'e_AVATAR/', $e_QUERY); // FIXME Quick and dirty fix.
|
||||
|
||||
parse_str(str_replace('&', '&', $e_QUERY), $this->_request);
|
||||
|
||||
if(isset($this->_request['w']))
|
||||
|
Reference in New Issue
Block a user