summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 583eed0)
raw | patch | inline | side by side (parent: 583eed0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 08:00:15 +0000 (08:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Nov 2006 08:00:15 +0000 (08:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5077 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiManagement.inc | patch | blob | history |
index 83e4c11ade6563e51a80286702d8bf19d004995d..b68f90f3ce7ffa669329c72abd2002441d09ec39 100644 (file)
{
/* Call parent execute */
plugin::execute();
+
+ /* Get new list of available branches */
+ $this->DivListFai->AvailableBranches = $this->getBranches();
/* Initialise vars and smarty */
$smarty = get_smarty();