From: hickert Date: Mon, 3 Nov 2008 09:58:42 +0000 (+0000) Subject: Fixed undefined variable $ret X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e1fa374c2ad1938dc614b3f2aa56663a95b7d03;p=gosa.git Fixed undefined variable $ret git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12867 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 */