Fixed issue #89.
This commit is contained in:
parent
100d4b9a41
commit
0222fc8137
@ -98,7 +98,7 @@ class UserPrint extends Printing
|
|||||||
if ($node->getCType() == "asso")
|
if ($node->getCType() == "asso")
|
||||||
{
|
{
|
||||||
$MaTemplate->MxText("blocSubscription".".NEWSUBSCRIPTION", getMessage("UserPrintNewSubscription"));
|
$MaTemplate->MxText("blocSubscription".".NEWSUBSCRIPTION", getMessage("UserPrintNewSubscription"));
|
||||||
$MaTemplate->MxAttribut("blocSubscription".".urlActionNewSubscription", formatUrl($urlArray["id"], "Home", "formLectureAdh", "", recupCommunity()));
|
$MaTemplate->MxAttribut("blocSubscription".".urlActionNewSubscription", Navigation::formatUrl($urlArray["id"], "Home", "formLectureAdh", "", recupCommunity()));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
$MaTemplate->MxBloc("blocSubscription", "delete");
|
$MaTemplate->MxBloc("blocSubscription", "delete");
|
||||||
|
Loading…
Reference in New Issue
Block a user