aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-03-12 00:45:08 +0300
committerValentin Popov <info@valentineus.link>2018-03-12 00:45:08 +0300
commit0e94634c49e88df6b46d3a5fe7929d871ea51e75 (patch)
treee2f41e1b3381871ba5fbeeb6f732c5b036a913fb
parentd29ee546a29f58c15024a25b68959fd4444a0148 (diff)
downloadlocal_webhooks-0e94634c49e88df6b46d3a5fe7929d871ea51e75.tar.xz
local_webhooks-0e94634c49e88df6b46d3a5fe7929d871ea51e75.zip
Updated description
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--lib.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.php b/lib.php
index 12d95f2..1e5868c 100644
--- a/lib.php
+++ b/lib.php
@@ -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);