moods not working in other languages + doc updates

This commit is contained in:
friendica
2014-06-21 16:04:00 -07:00
parent 14a6a27213
commit 5968bc7f86
51 changed files with 5601 additions and 5292 deletions

View File

@@ -19,7 +19,7 @@ function mood_init(&$a) {
$verbs = get_mood_verbs();
if(! in_array($verb,$verbs))
if(! array_key_exists($verb,$verbs))
return;
$activity = ACTIVITY_MOOD . '#' . urlencode($verb);