summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a84cb3b)
raw | patch | inline | side by side (parent: a84cb3b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:02:21 +0000 (09:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:02:21 +0000 (09:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16411 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dak/addons/dak/class_dakrepository.inc | patch | blob | history |
diff --git a/gosa-plugins/dak/addons/dak/class_dakrepository.inc b/gosa-plugins/dak/addons/dak/class_dakrepository.inc
index 711912d995601040275c14a52fa41e8d2c72d65b..44f24de81833ebad6aa4dade03fbdfc847a80b5f 100644 (file)
public function execute()
{
+ plugin::execute();
+
$smarty= get_smarty();
return($smarty->fetch (get_template_path('dak_repository.tpl', TRUE, dirname(__FILE__))));
}