minor fix

This commit is contained in:
fbsanchez 2021-06-22 19:44:41 +02:00
parent 107c934371
commit 9fb7074082
1 changed files with 1 additions and 0 deletions

View File

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