From 311196bc23ea38a717c4548fc565c958da810d84 Mon Sep 17 00:00:00 2001 From: ezoller Date: Tue, 15 Dec 2020 16:04:11 +0000 Subject: [PATCH] perhaps this fixes the config thing --- src/Plugin/Action/AbstractGenerateDerivative.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plugin/Action/AbstractGenerateDerivative.php b/src/Plugin/Action/AbstractGenerateDerivative.php index e19089cf..2f18f18a 100644 --- a/src/Plugin/Action/AbstractGenerateDerivative.php +++ b/src/Plugin/Action/AbstractGenerateDerivative.php @@ -103,6 +103,7 @@ class AbstractGenerateDerivative extends EmitEvent { $auth, $messenger ); + $this->config = $configuration; $this->utils = $utils; $this->mediaSource = $media_source; $this->token = $token;