Commit 5b0ca8b6dab200adccb4828aac4797c621f46606

Authored by Michael Joseph
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
presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php
... ... @@ -81,7 +81,7 @@ if (checkSession()) {
81 81 }
82 82 } else {
83 83 // ask for confirmation
84   - $oPatternCustom->setHtml(renderSubscriptionAddConfirmationPage($oSubscription));
  84 + $oPatternCustom->setHtml(renderAddConfirmationPage($oSubscription));
85 85 }
86 86 } else {
87 87 // you're already subscribed
... ...