From d9985af30ce1c72c2a0a64a82b695e50a9abb99a Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Wed, 30 Mar 2016 18:30:01 +0200 Subject: [PATCH] [fix] remove the WP after label --- AuthWPbyDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2