OOH, thats right, i totally forgot about the new award type... the one through profiles and not attached to posts >.< well, its not major enough to warrant an update, but will be included. Thanks for pointing it out
if you want to fix it yourself, change in admincp/credits_admin.php
PHP Code:
else if ($log['action'] != 'post')
replace with
PHP Code:
else if (!in_array($log['action'], array('post', 'award')))