From: Mikael Nordfeldth Date: Tue, 6 May 2014 21:32:32 +0000 (+0200) Subject: OpportunisticQM moved from core to default plugins. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34114e87bed31e9546ad0a85d6b83cf1e0cb2b72;p=quix0rs-gnu-social.git 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)! --- 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(),