Update plugin name
authorPlatonides <platonides@gmail.com>
Tue, 18 Sep 2018 23:23:33 +0000 (01:23 +0200)
committerPlatonides <platonides@gmail.com>
Tue, 18 Sep 2018 23:23:50 +0000 (01:23 +0200)
AuthWMESbyDB.php

index ba14421e148168fa4a0b17e9f28984d32a7d2364..2f291e805d865b3b3e6e38d5184341ef9264e7b4 100644 (file)
@@ -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;
         }