diff options
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ function local_webhooks_get_list_events() { */ function local_webhooks_get_total_count() { global $DB; + return $DB->count_records(LOCAL_WEBHOOKS_NAME_TABLE, array()); } |