diff options
Diffstat (limited to 'include/home.php')
-rw-r--r-- | include/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/home.php b/include/home.php index 3b461bc..f90d9d3 100644 --- a/include/home.php +++ b/include/home.php @@ -280,7 +280,7 @@ require('./header.php'); foreach ($offers as $offer) { $temp = array( 'id' => $offer->getId(), - 'contact' => $offer->getContact()->getName(), + 'contact' => $offer->getContact()->name, 'assignments' => '', 'assignments_header' => '' ); |