diff options
author | Valentin Popov <info@valentineus.link> | 2018-03-12 00:45:08 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-03-12 00:45:08 +0300 |
commit | 0e94634c49e88df6b46d3a5fe7929d871ea51e75 (patch) | |
tree | e2f41e1b3381871ba5fbeeb6f732c5b036a913fb | |
parent | d29ee546a29f58c15024a25b68959fd4444a0148 (diff) | |
download | local_webhooks-0e94634c49e88df6b46d3a5fe7929d871ea51e75.tar.xz local_webhooks-0e94634c49e88df6b46d3a5fe7929d871ea51e75.zip |
Updated description
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | lib.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |