From: cajus Date: Mon, 8 Oct 2007 09:21:09 +0000 (+0000) Subject: Added dhcp plugin to general include list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=42ad337aaa9b027dd31c824254ab9e70eb4d4f8e;p=gosa.git Added dhcp plugin to general include list git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7452 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/Changelog b/Changelog index 9bac5ece1..92179128a 100644 --- a/Changelog +++ b/Changelog @@ -3,6 +3,7 @@ GOsa2 changelog * gosa 2.5.14 - Fixed saving of A/B networks reverse zone entries + - Fixed problem with non loaded class_dhcpPlugin in some cases. * gosa 2.5.13 - Fixed renaming of asterisk servers diff --git a/include/functions.inc b/include/functions.inc index 9b3b46060..05bdfd563 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -39,6 +39,7 @@ require_once ("class_ldap.inc"); require_once ("class_config.inc"); require_once ("class_userinfo.inc"); require_once ("class_plugin.inc"); +require_once ("class_dhcpPlugin.inc"); require_once ("class_pluglist.inc"); require_once ("class_tabs.inc"); require_once ("class_mail-methods.inc");