Code

Renamed class names too.
[gosa.git] / setup / class_setupStep_Checks.inc
index b9bbfbf27baa60db022df8681915c906a6b65647..91613989d0bd23c2990937b4089ca027450e54fd 100644 (file)
 */
 
 
-class setup_step_2 extends setup_step
+class Step_Checks extends setup_step
 {
   var $basic_checks = array();
   var $config_checks= array();
   var $is_writeable = array();
 
-  function setup_step_2()
+  function Step_Checks()
   {
     $this->update_strings();
   }