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

oops: Don't crash rendering user popup

parent bd043112
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ if ($info['error']) {
</table>
</div>
<?php if ($org) { ?>
<div class="tab_content" id="organization-tab" style="display:none">
<div class="floating-options">
<a href="orgs.php?id=<?php echo $org->getId(); ?>" title="Manage Organization"
......@@ -85,6 +86,7 @@ if ($info['error']) {
?>
</table>
</div>
<?php } # endif ($org) ?>
<div class="tab_content" id="notes-tab" style="display:none">
<?php $show_options = true;
......
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