diff --git a/lib/common.php b/lib/common.php index 3afdf886b5..7379026f40 100644 --- a/lib/common.php +++ b/lib/common.php @@ -41,8 +41,8 @@ $config = 'server' => 'localhost', 'path' => '/'), 'avatar' => - array('directory' => INSTALLDIR . '/files', - 'path' => '/files') + array('directory' => INSTALLDIR . '/avatar', + 'path' => '/avatar') ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');