summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO7
-rw-r--r--lib/common.php2
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 13186779f..a7ee33ee5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -30,9 +30,9 @@
- default avatar
- default HTML type
- set Content-Type
-- show current values in profile settings
-- save profile URL in profilesettings
-- save profile URL on registration
++ show current values in profile settings
++ save profile URL in profilesettings
++ save profile URL on registration
- require valid nicknames
- store canonical username for comparison and fetch
- use only canonical usernames
@@ -78,6 +78,7 @@
- @ messages
- # tags
- L: location
+- hreviews
- stay logged in between sessions
- use RSS as a subscription
- URL notices
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')
);