From 5b0ca8b6dab200adccb4828aac4797c621f46606 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 28 Feb 2003 10:43:39 +0000 Subject: [PATCH] changed ui method name --- presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php b/presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php index 0042b0c..c443e25 100644 --- a/presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php +++ b/presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php @@ -81,7 +81,7 @@ if (checkSession()) { } } else { // ask for confirmation - $oPatternCustom->setHtml(renderSubscriptionAddConfirmationPage($oSubscription)); + $oPatternCustom->setHtml(renderAddConfirmationPage($oSubscription)); } } else { // you're already subscribed -- libgit2 0.21.4