aboutsummaryrefslogtreecommitdiff
path: root/include/home.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-27 21:06:48 +0200
committerCamil Staps2016-07-27 21:06:48 +0200
commit390251ac43ca889a318369342b4663ef928349d8 (patch)
treeb2b0a68dd6fccf6fa52d2c1fc95bdd70811a60b3 /include/home.php
parentDiscount: use Model (diff)
Contact: use Model
Diffstat (limited to 'include/home.php')
-rw-r--r--include/home.php2
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' => ''
);