From 452e0fe553d4aac3d1d13898b1debdaa0d5440f5 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Sun, 4 Aug 2019 14:13:01 +0100 Subject: [PATCH] [DEFAULT] Add 'DirectionDetector' as a default plugin --- lib/default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.php b/lib/default.php index 405756500a..18e26ef1e9 100644 --- a/lib/default.php +++ b/lib/default.php @@ -345,6 +345,7 @@ $default = 'ClientSideShorten' => [], 'Cronish' => [], 'DefaultLayout' => [], + 'DirectionDetector' => [], 'DirectMessage' => [], 'Directory' => [], 'EmailAuthentication' => [],