summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 181321d)
raw | patch | inline | side by side (parent: 181321d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:02:17 +0000 (09:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:02:17 +0000 (09:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16410 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dak/addons/dak/class_dakqueue.inc | patch | blob | history |
diff --git a/gosa-plugins/dak/addons/dak/class_dakqueue.inc b/gosa-plugins/dak/addons/dak/class_dakqueue.inc
index 3bf9448e73c059a1739a5cb6db1656f153d2106a..410cbc6f3982ae430c474691b454a1ef2c347e17 100644 (file)
public function execute()
{
+ plugin::execute();
+
$smarty= get_smarty();
$smarty->assign("Repositories" , DAK::get_repositories($this->config));
$smarty->assign("selected_Repository" , $this->selected_Repository);