mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/14262] Move convertor to controller
PHPBB3-14262
This commit is contained in:
@@ -169,6 +169,14 @@ abstract class iohandler_base implements iohandler_interface
|
||||
$this->current_task_progress = $this->task_progress_count;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function generate_form_render_data($title, $form)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* Localize message.
|
||||
*
|
||||
|
Reference in New Issue
Block a user