MDL-46269 tool_httpsreplace: Add multiple steps

This commit is contained in:
John Okely
2017-09-18 11:18:18 +08:00
committed by Marina Glancy
parent 4b86dd7ba6
commit 55b1d231ed
7 changed files with 116 additions and 63 deletions
-1
View File
@@ -49,5 +49,4 @@ class form extends \moodleform {
$this->add_action_buttons(false, get_string('doit', 'tool_httpsreplace'));
}
}
@@ -35,7 +35,6 @@ defined('MOODLE_INTERNAL') || die();
*/
class url_finder {
/**
* Returns a hash of what hosts are referred to over http and would need to be changed.
*
@@ -234,5 +233,4 @@ class url_finder {
}
return $results;
}
}