X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setupStep_Finish.inc;h=2e29ccddae9cef471e66d1ed5af82e34e0c4a150;hb=ff76367d8603af20c56e512d9923e2aa3f059ab4;hp=44eeefcb6430202aafdb64ffbf2c304fd9d565b6;hpb=bf462dc5c237b48cdad12a5393ec2afe8e519902;p=gosa.git diff --git a/setup/class_setupStep_Finish.inc b/setup/class_setupStep_Finish.inc index 44eeefcb6..2e29ccdda 100644 --- a/setup/class_setupStep_Finish.inc +++ b/setup/class_setupStep_Finish.inc @@ -20,14 +20,14 @@ */ -class setup_step_8 extends setup_step +class Step_Finish extends setup_step { var $create_backup = TRUE; var $gosa_conf_contrib = "/gosa.conf"; var $cfg_file_written = FALSE; var $last_backup_name = ""; - function setup_step_8() + function Step_Finish() { $this->update_strings(); } @@ -158,7 +158,7 @@ class setup_step_8 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"))); }