Wikimedia España
/
limesurvey
/
AuthWMESbyDB
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e3f88
)
Default to limesurvey charset
author
Platonides
<platonides@gmail.com>
Tue, 18 Sep 2018 23:00:08 +0000
(
01:00
+0200)
committer
Platonides
<platonides@gmail.com>
Tue, 18 Sep 2018 23:23:50 +0000
(
01:23
+0200)
AuthWMESbyDB.php
patch
|
blob
|
blame
|
history
diff --git
a/AuthWMESbyDB.php
b/AuthWMESbyDB.php
index 77d72790f184afe963b47d61df9460cb17fec18d..5dbf1a37b78cbfde0555e167301412c1b7f15f26 100644
(file)
--- a/
AuthWMESbyDB.php
+++ b/
AuthWMESbyDB.php
@@
-231,7
+231,7
@@
class AuthWMESbyDB extends \LimeSurvey\PluginManager\AuthPluginBase
if(is_null($sWpDbPrefix)){
$sWpDbPrefix='auth_';
}
- $sWpDbCharset =
"utf8"
;
+ $sWpDbCharset =
Yii::app()->db->charset
;
if($sWpDbHost || $sWpDbPort || $sWpDbName){
if(!$sWpDbPort)
$sWpDbPort="3306";