minor fix

This commit is contained in:
fbsanchez 2021-06-22 19:44:41 +02:00
parent 107c934371
commit 9fb7074082

View File

@ -328,6 +328,7 @@ if (is_ajax()) {
if ($module !== null) { if ($module !== null) {
$text = ''; $text = '';
$id = '';
if ($node !== null) { if ($node !== null) {
$text = $node->server_name().' » '; $text = $node->server_name().' » ';
$id = $node->id().'|'; $id = $node->id().'|';