From: Platonides Date: Tue, 18 Sep 2018 23:23:33 +0000 (+0200) Subject: Update plugin name X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=62d0579860a89b8099a9dd1f63be20b72b7c91dd;p=limesurvey%2FAuthWMESbyDB Update plugin name --- 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; }