aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mood.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/mood.php')
-rwxr-xr-xmod/mood.php2
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);