diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-23 17:11:33 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-23 17:11:33 +0300 |
commit | 4f342659d4a83fca265f985bfd999d667d8da217 (patch) | |
tree | 3b466ea2606547fa4114b1e9a21b8804b468547b /index.php | |
parent | 0bc809ba07e16c8d043edb58dde95d5dfaed32d7 (diff) | |
download | local_webhooks-4f342659d4a83fca265f985bfd999d667d8da217.tar.xz local_webhooks-4f342659d4a83fca265f985bfd999d667d8da217.zip |
Updating external functions
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ if (boolval($deleteid)) { } /* Retrieving a list of services */ -$callbacks = local_webhooks_list_records(); +$callbacks = local_webhooks_get_list_records(); /* Upload settings as a file */ if (boolval($backupservices)) { |