minor fix
This commit is contained in:
parent
107c934371
commit
9fb7074082
|
@ -328,6 +328,7 @@ if (is_ajax()) {
|
|||
|
||||
if ($module !== null) {
|
||||
$text = '';
|
||||
$id = '';
|
||||
if ($node !== null) {
|
||||
$text = $node->server_name().' » ';
|
||||
$id = $node->id().'|';
|
||||
|
|
Loading…
Reference in New Issue