Skip to content
Snippets Groups Projects
Commit 5273c349 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix crash adding user to organization

parent 72b08ae6
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ if ($info['error']) { ...@@ -42,7 +42,7 @@ if ($info['error']) {
<table style="margin-top: 1em;"> <table style="margin-top: 1em;">
<?php foreach ($org->getDynamicData() as $entry) { ?> <?php foreach ($org->getDynamicData() as $entry) { ?>
<tr><td colspan="2" style="border-bottom: 1px dotted black"><strong><?php <tr><td colspan="2" style="border-bottom: 1px dotted black"><strong><?php
echo $entry->getForm()->get('title'); ?></strong></td></tr> echo $entry->getForm()->getTitle(); ?></strong></td></tr>
<?php foreach ($entry->getAnswers() as $a) { ?> <?php foreach ($entry->getAnswers() as $a) { ?>
<tr style="vertical-align:top"><td style="width:30%;border-bottom: 1px dotted #ccc"><?php echo Format::htmlchars($a->getField()->get('label')); <tr style="vertical-align:top"><td style="width:30%;border-bottom: 1px dotted #ccc"><?php echo Format::htmlchars($a->getField()->get('label'));
?>:</td> ?>:</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment