From 62d0579860a89b8099a9dd1f63be20b72b7c91dd Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 19 Sep 2018 01:23:33 +0200 Subject: [PATCH] Update plugin name --- AuthWMESbyDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthWMESbyDB.php b/AuthWMESbyDB.php index ba14421..2f291e8 100644 --- a/AuthWMESbyDB.php +++ b/AuthWMESbyDB.php @@ -129,7 +129,7 @@ class AuthWMESbyDB extends \ls\pluginmanager\AuthPluginBase public function newUserSession() { $identity = $this->getEvent()->get('identity'); - if ($identity->plugin != 'AuthWPbyDB') + if ($identity->plugin != 'AuthWMESbyDB') { return; } -- 2.30.2