From: cajus Date: Wed, 7 Oct 2009 08:28:04 +0000 (+0000) Subject: Workaround for image detection with renamed class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e7d52e43f4835c27525b956f407ddcd9c9a0145;p=gosa.git Workaround for image detection with renamed class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14553 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/class_roleManagement.inc b/gosa-plugins/rolemanagement/admin/roleManagement/class_roleManagement.inc index bc52cb554..31f2fdaf8 100644 --- a/gosa-plugins/rolemanagement/admin/roleManagement/class_roleManagement.inc +++ b/gosa-plugins/rolemanagement/admin/roleManagement/class_roleManagement.inc @@ -25,6 +25,7 @@ class roleManagement extends plugin /* Definitions */ var $plHeadline= "Roles"; var $plDescription= "Manage roles"; + var $plIcon= "plugins/rolemanagement/images/plugin.png"; // Copy and paste handler var $CopyPasteHandler = NULL;