From 16305051a960bf8322b2c1efda3de83481c91945 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 9 Sep 2018 05:04:36 +0400 Subject: TODO and function type change Signed-off-by: Valentin Popov --- lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib.php b/lib.php index 3f0865c..5b8b10d 100644 --- a/lib.php +++ b/lib.php @@ -163,6 +163,7 @@ class local_webhooks_api { print_error( "unknowparamtype", "error", null, "service" ); } + // TODO: Add transactions for operations $result = $DB->update_record( LW_TABLE_SERVICES, $service, false ); $DB->delete_records( LW_TABLE_EVENTS, array( "serviceid" => $service[ "id" ] ) ); if ( $result && is_array( $service[ "events" ] ) && !empty( $service[ "events" ] ) ) { @@ -180,7 +181,7 @@ class local_webhooks_api { * @param array $events * @param int $serviceId */ - private static function insert_events( $events = array(), $serviceId = 0 ) { + protected static function insert_events( $events = array(), $serviceId = 0 ) { global $DB; $conditions = array(); -- cgit v1.2.3