summaryrefslogtreecommitdiff
path: root/classes/Profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Profile.php')
-rw-r--r--classes/Profile.php2
1 files changed, 1 insertions, 1 deletions
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');