Commit 5b0ca8b6dab200adccb4828aac4797c621f46606
1 parent
314f8525
changed ui method name
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1196 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php
| @@ -81,7 +81,7 @@ if (checkSession()) { | @@ -81,7 +81,7 @@ if (checkSession()) { | ||
| 81 | } | 81 | } |
| 82 | } else { | 82 | } else { |
| 83 | // ask for confirmation | 83 | // ask for confirmation |
| 84 | - $oPatternCustom->setHtml(renderSubscriptionAddConfirmationPage($oSubscription)); | 84 | + $oPatternCustom->setHtml(renderAddConfirmationPage($oSubscription)); |
| 85 | } | 85 | } |
| 86 | } else { | 86 | } else { |
| 87 | // you're already subscribed | 87 | // you're already subscribed |