Fix delete recording see BT#13451

pull/2487/head
jmontoyaa 7 years ago
parent 1a597b9afd
commit 4662d4d71b
  1. 2
      plugin/bbb/lib/bbb.lib.php
  2. 4
      plugin/bbb/listing.tpl

@ -1105,7 +1105,7 @@ class bbb
);
}
return $result;
return $delete;
}
/**

@ -76,7 +76,9 @@
{% if allow_to_edit %}
<td>
{% if meeting.status == 1 %}
<a class="btn btn-default" href="{{ meeting.end_url }} "> {{ 'CloseMeeting'|get_plugin_lang('BBBPlugin') }}</a>
<a class="btn btn-default" href="{{ meeting.end_url }} ">
{{ 'CloseMeeting'|get_plugin_lang('BBBPlugin') }}
</a>
{% else %}
{{ meeting.action_links }}
{% endif %}

Loading…
Cancel
Save