Update list.php

Fixed bug of non-uploading title in tooltip
This commit is contained in:
Elimig 2017-10-25 12:03:22 +02:00 committed by GitHub
parent bb996019c2
commit 9ad2073b7e

View File

@ -669,6 +669,7 @@ while ($i < min($num,$limit))
$object->datee = $db->jdate($obj->date_end);
$object->statut = $obj->fk_statut;
$object->opp_status = $obj->fk_opp_status;
$object->title = $obj->title;
$userAccess = $object->restrictedProjectArea($user); // why this ?
if ($userAccess >= 0)