Closed (fixed)
Project:
Timeago
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2012 at 00:58 UTC
Updated:
6 Feb 2012 at 01:50 UTC
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
Comment #1
icecreamyou commentedWhoops! Committed fix to dev, thanks.