Excellent little module, exactly what I needed.

Found one small bug: the link to the details of a message is wrong, it points to "/view/" which should be "/event". This is easily fixed (line 161):

//l(t('details'), "admin/reports/view/$watchdog->wid")
l(t('details'), "admin/reports/event/$watchdog->wid")

Comments

Whiskey’s picture

Title: Details link wreong » Details link wrong

Status: Fixed » Closed (fixed)

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