From 2e99040bfefd60ec3c48b96a78e36919713a4e8c Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 15 Nov 2023 12:41:10 -0100 Subject: [PATCH] Rmaint fix: Revert bug 35148 as it needs 31453 not in 22.11.x --- misc/cronjobs/process_message_queue.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/cronjobs/process_message_queue.pl b/misc/cronjobs/process_message_queue.pl index 5c7351076a..113f95f8c8 100755 --- a/misc/cronjobs/process_message_queue.pl +++ b/misc/cronjobs/process_message_queue.pl @@ -97,7 +97,6 @@ if ( C4::Context->config("enable_plugins") ) { limit => $limit, type => \@type, letter_code => \@letter_code, - where => $where, } ); } -- 2.39.5