From 0eb680ee62538b5d5037ca5d8117274337767462 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Fri, 17 Sep 2021 22:41:52 +0200 Subject: [PATCH] fix permissions to always load url shortener --- _define.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_define.php b/_define.php index c5632b8..6e4c227 100644 --- a/_define.php +++ b/_define.php @@ -22,7 +22,7 @@ $this->registerModule( '2021.09.16', [ 'requires' => [['core', '2.19']], - 'permissions' => '-', + 'permissions' => 'usage', 'type' => 'plugin', 'support' => 'https://github.com/JcDenis/kUtRL', 'details' => 'http://plugins.dotaddict.org/dc2/details/kUtRL',