Updated description

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-03-12 01:45:08 +04:00
parent d29ee546a2
commit 0e94634c49
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -225,7 +225,8 @@ function local_webhooks_create_backup() {
/**
* Restore from a backup.
*
* @param string $data
* @param string $data
* @param boolean $deleterecords
*/
function local_webhooks_restore_backup($data, $deleterecords = false) {
$listrecords = local_webhooks_deserialization_data($data);