init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -37,7 +37,7 @@ class CheckLogin | ... | @@ -37,7 +37,7 @@ class CheckLogin |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | if(!$session->repaymentPlanSource){ | 39 | if(!$session->repaymentPlanSource){ |
| 40 | $session->repaymentPlanSource = getRepaymentPlanSource(); | 40 | $session->repaymentPlanSource = $this->getRepaymentPlanSource(); |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | 43 | ... | ... |
-
Please register or sign in to post a comment