summaryrefslogtreecommitdiff
path: root/actions/finishopenidlogin.php
diff options
context:
space:
mode:
authorSean Murphy <sgmurphy@gmail.com>2009-02-09 17:29:39 -0500
committerSean Murphy <sgmurphy@gmail.com>2009-02-09 17:29:39 -0500
commitbdd9f6ce1d9bafc1c534aec224fa0ad1452779c1 (patch)
tree928e7efa3c382787adacf3e7234d77bce506eb80 /actions/finishopenidlogin.php
parentf6705f06c0a8251c0f3eb0fe88532e75645f7705 (diff)
parent32744124bcb8aa0683490a56defd4a79f072d278 (diff)
Merge commit 'upstream/0.7.x' into 0.7.x
Diffstat (limited to 'actions/finishopenidlogin.php')
-rw-r--r--actions/finishopenidlogin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php
index bc9151120..1e7b73a7f 100644
--- a/actions/finishopenidlogin.php
+++ b/actions/finishopenidlogin.php
@@ -242,7 +242,7 @@ class FinishopenidloginAction extends Action
}
}
- if ($sreg['fullname'] && strlen($sreg['fullname']) <= 255) {
+ if ($sreg['fullname'] && mb_strlen($sreg['fullname']) <= 255) {
$fullname = $sreg['fullname'];
}