Code

Renamed class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Sep 2010 09:19:18 +0000 (09:19 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Sep 2010 09:19:18 +0000 (09:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19703 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc

index a4595f5259ad2f574986029d63aad6e87da91101..d556e0f40bffb5631ddc2729c7f7418d337764af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-class installRecipe extends plugin
+class InstallRecipe extends plugin
 {
     public $member = array();
     public $ksTemplate = "";
@@ -33,7 +33,7 @@ class installRecipe extends plugin
         foreach($this->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)));
     }