From 44d89ca4e566763bcf014d12b15bdf9f7e4e9a25 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 16 Sep 2010 09:19:18 +0000 Subject: [PATCH] Renamed class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19703 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/Device/class_InstallRecipe.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc index a4595f525..d556e0f40 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -1,6 +1,6 @@ attributes as $attr){ $smarty->assign($attr, $this->$attr); } - return($smarty->fetch(get_template_path('goto/Device/installRecipe.tpl', TRUE))); + return($smarty->fetch(get_template_path('goto/Device/InstallRecipe.tpl', TRUE))); } -- 2.30.2