Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
Fixed bug of non-uploading title in tooltip
  • Loading branch information
Elimig committed Oct 25, 2017
1 parent bb99601 commit 9ad2073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/projet/list.php
Expand Up @@ -669,6 +669,7 @@
$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)
Expand Down

0 comments on commit 9ad2073

Please sign in to comment.