Skip to content

Commit

Permalink
Issue #6 chore: T&C - User should not redirect back to T&C page after…
Browse files Browse the repository at this point in the history
… accepting T&C.
  • Loading branch information
samadhansalunkhe committed Nov 10, 2017
1 parent c138c07 commit dec99df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_tc/site/views/content/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function display($tpl = null)

if ($this->user_id && $this->tc_id)
{
$userAcceptedTC = $model->userAcceptedTC($this->user_id, $this->tc_id);
$userAcceptedTC = $model->isUserAcceptedTC($this->user_id, $this->tc_id);
}

if ($userAcceptedTC)
Expand Down

0 comments on commit dec99df

Please sign in to comment.