From 4b45420cecdf81b12d23b01f25ca6949a821d2a5 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Thu, 19 Sep 2024 23:31:13 +0200 Subject: [PATCH] Pass function name to IDatabase::onTransactionCommitOrIdle Change-Id: I1baac429c08f95339a7456d6dd5e52b1aee2a69c --- includes/LoginNotify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/LoginNotify.php b/includes/LoginNotify.php index 8641368..76be586 100644 --- a/includes/LoginNotify.php +++ b/includes/LoginNotify.php @@ -777,7 +777,8 @@ class LoginNotify implements LoggerAwareInterface { ] ) ->caller( $fname ) ->execute(); - } + }, + $fname ); }