diff options
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); |