fixed not working CRM view for contacts with a picture

This commit is contained in:
Ralf Becker 2014-06-02 14:36:01 +00:00
parent beb31eaf48
commit 2b86934088

View File

@ -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'];