diff options
author | friendica <info@friendica.com> | 2014-06-21 16:04:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-21 16:04:00 -0700 |
commit | 5968bc7f8635b476834e7fb71d95800b9c152fdd (patch) | |
tree | 07c7ceac916e0ef84b7823c387694ccb33ff3f08 /mod/mood.php | |
parent | 14a6a27213515b5d6790508281fb0ece6daa3145 (diff) | |
download | volse-hubzilla-5968bc7f8635b476834e7fb71d95800b9c152fdd.tar.gz volse-hubzilla-5968bc7f8635b476834e7fb71d95800b9c152fdd.tar.bz2 volse-hubzilla-5968bc7f8635b476834e7fb71d95800b9c152fdd.zip |
moods not working in other languages + doc updates
Diffstat (limited to 'mod/mood.php')
-rwxr-xr-x | mod/mood.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mood.php b/mod/mood.php index 5508fcb5a..ff765fcac 100755 --- a/mod/mood.php +++ b/mod/mood.php @@ -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); |