From 34114e87bed31e9546ad0a85d6b83cf1e0cb2b72 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 6 May 2014 23:32:32 +0200 Subject: [PATCH] OpportunisticQM moved from core to default plugins. This makes it easier to disable, but remember that you must then either enable and maintain queue daemons or disable queueing (and handle whatever remaining queue items are stored in the database)! --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index 65301bbb45..e04f10b080 100644 --- a/lib/default.php +++ b/lib/default.php @@ -294,7 +294,6 @@ $default = 'AuthCrypt' => array(), 'Cronish' => array(), 'LRDD' => array(), - 'OpportunisticQM' => array(), 'StrictTransportSecurity' => array(), ), 'default' => array( @@ -305,6 +304,7 @@ $default = 'Event' => array(), 'Oembed' => array(), 'OpenID' => array(), + 'OpportunisticQM' => array(), 'Poll' => array(), 'QnA' => array(), 'SearchSub' => array(), -- 2.39.2