From 35f04cb6e94775a593be95aa0fb432afeba7756e Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 09:03:40 +0000 Subject: [PATCH] Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16426 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../rolemanagement/admin/roleManagement/class_roleGeneric.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc b/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc index 227f1e4a5..132f3d7e3 100644 --- a/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc +++ b/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc @@ -135,6 +135,7 @@ class roleGeneric extends plugin { */ function execute() { + plugin::execute(); // Get list of possible ldap bases, will be selectable in the ui. $tmp = $this->allowedBasesToMoveTo(); -- 2.30.2