From e7a3cd2feb5f67cf2e79acb59abd52def3ce9c65 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 25 Apr 2008 13:31:02 +0000 Subject: [PATCH] copy_FAI_resource_recursive ist static now git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10697 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/fai/admin/fai/class_FAI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/fai/admin/fai/class_FAI.inc b/gosa-plugins/fai/admin/fai/class_FAI.inc index bf28aa0a9..b4369317d 100644 --- a/gosa-plugins/fai/admin/fai/class_FAI.inc +++ b/gosa-plugins/fai/admin/fai/class_FAI.inc @@ -979,7 +979,7 @@ class FAI * @param $is_first Boolean Use to identify the first func. call when recursivly called. * @param $depth Integer Current depth of recursion. */ - function copy_FAI_resource_recursive($sourcedn,$destinationdn,$destinationName,$type="branch",$is_first = true,$depth=0) + static function copy_FAI_resource_recursive($sourcedn,$destinationdn,$destinationName,$type="branch",$is_first = true,$depth=0) { global $config; error_reporting(E_ALL | E_STRICT); -- 2.30.2