From: Denis Chenu Date: Wed, 30 Mar 2016 16:30:01 +0000 (+0200) Subject: [fix] remove the WP after label X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=d9985af30ce1c72c2a0a64a82b695e50a9abb99a;p=limesurvey%2FAuthWMESbyDB [fix] remove the WP after label --- diff --git a/AuthWPbyDB.php b/AuthWPbyDB.php index 3be1d63..2aae9ff 100644 --- a/AuthWPbyDB.php +++ b/AuthWPbyDB.php @@ -111,7 +111,7 @@ class AuthWPbyDB extends AuthPluginBase } if($this->addWpDb()){ $this->getEvent()->getContent($this) - ->addContent(CHtml::tag($tag, array(), "")) + ->addContent(CHtml::tag($tag, array(), "")) ->addContent(CHtml::tag($tag, array(), "")); }else{// No login form if unable to access to Wp DB