From: hickert Date: Tue, 19 Sep 2006 10:35:55 +0000 (+0000) Subject: When releasemanagement was disabled, applications were create on the base without... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9704c944e17006b960f0cd85a4002e54230ab660;p=gosa.git When releasemanagement was disabled, applications were create on the base without 'ou=apps,'. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4726 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc index db178e424..7959e6f6d 100644 --- a/plugins/admin/applications/class_applicationManagement.inc +++ b/plugins/admin/applications/class_applicationManagement.inc @@ -395,7 +395,7 @@ class applicationManagement extends plugin $Releases = $this->getReleases($base); if(!$this->enableReleaseManagement){ - $use_base = $base; + $use_base = "ou=apps,".$base; }else{ if(isset($Releases[$release])){ $use_base = $release;