From 0e1fa374c2ad1938dc614b3f2aa56663a95b7d03 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 3 Nov 2008 09:58:42 +0000 Subject: [PATCH] Fixed undefined variable $ret git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12867 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 3295c2738..5c183e763 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -1491,7 +1491,7 @@ class gosaSupportDaemon */ public function krb5_get_policy($server,$name) { - $res = array(); + $ret = array(); /* Check if the given name is a valid request value */ -- 2.30.2