X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setupStep_Finish.inc;fp=setup%2Fclass_setupStep_Finish.inc;h=2e29ccddae9cef471e66d1ed5af82e34e0c4a150;hb=18d3f71e9d76c94029ebaa1021c7cbf6ab7c4219;hp=c247596bbed191cbe875073286e8281115dfe224;hpb=ed442811d407918c35ea5efc5509501e58d81fb9;p=gosa.git diff --git a/setup/class_setupStep_Finish.inc b/setup/class_setupStep_Finish.inc index c247596bb..2e29ccdda 100644 --- a/setup/class_setupStep_Finish.inc +++ b/setup/class_setupStep_Finish.inc @@ -158,7 +158,7 @@ class Step_Finish extends setup_step $smarty->assign("cv",$this->parent->captured_values); $smarty->assign("msg_permissions", sprintf(_("The following file(s), folders(s) must be writeable for the web-user '%s'."),$info['name'])); - return($smarty -> fetch (get_template_path("../setup/setup_step8.tpl"))); + return($smarty -> fetch (get_template_path("../setup/setup_finish.tpl"))); }