check correct setting in Profile bio length
This commit is contained in:
parent
d2d3418b8a
commit
4d3e2daf53
|
@ -463,7 +463,7 @@ class Profile extends Memcached_DataObject
|
||||||
|
|
||||||
static function maxBio()
|
static function maxBio()
|
||||||
{
|
{
|
||||||
$biolimit = common_config('message', 'biolimit');
|
$biolimit = common_config('profile', 'biolimit');
|
||||||
// null => use global limit (distinct from 0!)
|
// null => use global limit (distinct from 0!)
|
||||||
if (is_null($biolimit)) {
|
if (is_null($biolimit)) {
|
||||||
$biolimit = common_config('site', 'textlimit');
|
$biolimit = common_config('site', 'textlimit');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user