X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fmain.inc;h=f9bd8fb9c6ba5e0fc779713e838958338a94123b;hb=b8358a5412b082ef08c36c441a85a4a651d84f7a;hp=a0f26d1cc8dd7b890c305c2770b5e5a2d1a191c8;hpb=c871e6c6b00a65134ed52d6241b845d7c5e2a402;p=gosa.git diff --git a/plugins/admin/systems/main.inc b/plugins/admin/systems/main.inc index a0f26d1cc..f9bd8fb9c 100644 --- a/plugins/admin/systems/main.inc +++ b/plugins/admin/systems/main.inc @@ -42,7 +42,7 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/system.png'), _("System management"), "\"\" ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/system.png'), _("System management"), "\"\" ".@LDAP::fix($_SESSION['objectinfo'])); } else { $display= print_header(get_template_path('images/system.png'), _("System management")); }