Skip to content

Commit

Permalink
fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianblum committed Jan 18, 2016
1 parent 32e3309 commit 13b53c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Visionline/Crm/WebApi/RelatedQueryResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function _construct($id, $lastModified = null, $relatedTo = null)
{
parent::__construct($id, $lastModified);

$this->relatedto = $relatedTo;
$this->relatedTo = $relatedTo;
}

/**
Expand All @@ -41,4 +41,4 @@ public function init()
$this->lastModified = strtotime($this->lastModified);
}
}
}
}

0 comments on commit 13b53c0

Please sign in to comment.