Updated description
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d29ee546a2
commit
0e94634c49
3
lib.php
3
lib.php
@ -225,7 +225,8 @@ function local_webhooks_create_backup() {
|
|||||||
/**
|
/**
|
||||||
* Restore from a backup.
|
* Restore from a backup.
|
||||||
*
|
*
|
||||||
* @param string $data
|
* @param string $data
|
||||||
|
* @param boolean $deleterecords
|
||||||
*/
|
*/
|
||||||
function local_webhooks_restore_backup($data, $deleterecords = false) {
|
function local_webhooks_restore_backup($data, $deleterecords = false) {
|
||||||
$listrecords = local_webhooks_deserialization_data($data);
|
$listrecords = local_webhooks_deserialization_data($data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user