MDL-73734 tool_httpreplace: Use streaming output api
This commit is contained in:
@@ -151,6 +151,7 @@ class url_finder {
|
||||
sort($tables); // Make it easier to see progress because they are ordered.
|
||||
$numberoftables = count($tables);
|
||||
$tablenumber = 0;
|
||||
sort($tables);
|
||||
foreach ($tables as $table) {
|
||||
if ($progress) {
|
||||
$progress->update($tablenumber, $numberoftables, get_string('searching', 'tool_httpsreplace', $table));
|
||||
|
||||
Reference in New Issue
Block a user