mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fixed not working CRM view for contacts with a picture
This commit is contained in:
parent
beb31eaf48
commit
2b86934088
@ -2406,6 +2406,7 @@ window.egw_LAB.wait(function() {
|
||||
'ajax' => 'true'
|
||||
));
|
||||
}
|
||||
$content['jpegphoto'] = !empty($content['jpegphoto']); // unused and messes up json encoding (not utf-8)
|
||||
if (isset($_GET['index']))
|
||||
{
|
||||
$content['index'] = (int)$_GET['index'];
|
||||
|
Loading…
Reference in New Issue
Block a user