It seems like a typo in the timeago.module. activity_log_token_values() should be timeago_token_values(), no?

I changed my local copy and it works correctly.

diff -r timeago/timeago.module ../www/sites/all/modules/timeago/timeago.module
135c135
< function activity_log_token_values($type, $object = NULL, $options = array()) {
---
> function timeago_token_values($type, $object = NULL, $options = array()) {

Comments

icecreamyou’s picture

Status: Active » Fixed

Whoops! Committed fix to dev, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.