Fixed issue #92

This commit is contained in:
Rooty 2021-09-27 04:54:40 +02:00
parent 9f22c8c98a
commit 3ffc3ef364

View File

@ -95,8 +95,8 @@ class UserPrint extends Printing
$MaTemplate->MxAttribut("urlActionNewAccount", Navigation::formatUrl($urlArray["id"],"Home","formLecture","",recupCommunity())); $MaTemplate->MxAttribut("urlActionNewAccount", Navigation::formatUrl($urlArray["id"],"Home","formLecture","",recupCommunity()));
// var_dump($node->getCType()); // var_dump($node->getCType());
var_dump($node->getRegisterEnable); // var_dump($node->getRegisterEnable());
if( $node->getRegisterEnable ) if( $node->getRegisterEnable() )
{ {
if ($node->getCType() == "asso") if ($node->getCType() == "asso")
{ {