forked from GNUsocial/gnu-social
check correct setting in Profile bio length
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user