diff --git a/setup/migrate/migrateUtil.php b/setup/migrate/migrateUtil.php index 67bdc96..f13ab5d 100644 --- a/setup/migrate/migrateUtil.php +++ b/setup/migrate/migrateUtil.php @@ -104,6 +104,12 @@ class MigrateUtil extends InstallUtil { return new $serviceName(); } + /** + * Return port of the old installation + * + * @param location + * @return string + */ public function getPort($location) { if(WINDOWS_OS) { $myIni = "my.ini"; diff --git a/setup/wizard/template.php b/setup/wizard/template.php index 8af77e5..ea55cee 100644 --- a/setup/wizard/template.php +++ b/setup/wizard/template.php @@ -75,7 +75,6 @@ class Template */ public function set($name, $value) { - //if(is_a($value, 'Template')) { $class = 'Template'; $isA = $value instanceof $class; if($isA) { diff --git a/setup/wizard/templates/configuration.tpl b/setup/wizard/templates/configuration.tpl index 14afe6c..7f6bf2b 100644 --- a/setup/wizard/templates/configuration.tpl +++ b/setup/wizard/templates/configuration.tpl @@ -1,6 +1,5 @@