Code

Added delimiter to preg_quote
[gosa.git] / gosa-core / plugins / admin / ogroups / main.inc
index aa6cd07ceacd07297ae8a7d69ecb884545cafd5f..918c970aaf5f70714e55f565bc675a4a0c15e668 100644 (file)
@@ -46,7 +46,7 @@ if ($remove_lock){
                           _("Object groups"),
                           "<img alt=\"\" align=\"middle\" src=\"".
                           get_template_path('images/lists/locked.png').
-                          "\"> ".@LDAP::fix(session::get('objectinfo')));
+                          "\"> ".LDAP::fix(session::get('objectinfo')));
   } else {
     $display= print_header(get_template_path('plugins/ogroups/images/plugin.png'), _("Object groups"));
   }