X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fmain.inc;h=f9bd8fb9c6ba5e0fc779713e838958338a94123b;hb=8b2684af3a79797b1e4cae9a95f86b1f8c3696b0;hp=9061edceab3ba2d76fd21a5b137aa67b86606bdd;hpb=065d9d361c89e9aee3df8e032fa1b0524228c564;p=gosa.git diff --git a/plugins/admin/systems/main.inc b/plugins/admin/systems/main.inc index 9061edcea..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"), "\"\" ".@ldap::fix($_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")); }