diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 03096260b..3afdf886b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -41,7 +41,7 @@ $config = 'server' => 'localhost', 'path' => '/'), 'avatar' => - array('directory' => INSTALLDIR . 'files', + array('directory' => INSTALLDIR . '/files', 'path' => '/files') ); |