From 4d3e2daf536c32d46fffb4defac7cbe89bdf3a1c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 21 Aug 2009 07:48:14 -0400 Subject: check correct setting in Profile bio length --- classes/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Profile.php') diff --git a/classes/Profile.php b/classes/Profile.php index ff233666a..8f92b386e 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -463,7 +463,7 @@ class Profile extends Memcached_DataObject static function maxBio() { - $biolimit = common_config('message', 'biolimit'); + $biolimit = common_config('profile', 'biolimit'); // null => use global limit (distinct from 0!) if (is_null($biolimit)) { $biolimit = common_config('site', 'textlimit'); -- cgit v1.2.3-54-g00ecf