From: hickert Date: Thu, 11 Mar 2010 09:03:40 +0000 (+0000) Subject: Execute parents execute() method child classes of plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=35f04cb6e94775a593be95aa0fb432afeba7756e;p=gosa.git Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16426 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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();