mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
minor fix
This commit is contained in:
parent
107c934371
commit
9fb7074082
@ -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().'|';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user