summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec0bde4)
raw | patch | inline | side by side (parent: ec0bde4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Jan 2007 11:27:57 +0000 (11:27 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Jan 2007 11:27:57 +0000 (11:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5595 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPackage.inc | patch | blob | history |
index c3b84bfe1d63a60b8d17d66c5e44b92695ac33a2..9e45b692ed8751eeea978efbdc4761052d28ed98 100644 (file)
/* Assemble sections */
$repos= $this->getServerInfos();
- $this->FAIdebianSection= $repos[$this->FAIdebianRelease];
- $this->FAIdebianSection= array_unique($this->FAIdebianSection);
+ if(isset($repos[$this->FAIdebianRelease])){
+ $this->FAIdebianSection= $repos[$this->FAIdebianRelease];
+ $this->FAIdebianSection= array_unique($this->FAIdebianSection);
+ }
/* Assign Repository settings*/
$this->is_account = true;