From 5a679ac5613d4f22fa7de6b735f96fbd7d3ed9a2 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' => [],