Quote:
Originally Posted by Darkwaltz4
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')))
|
This will be in 1.4, correct?
Also, I don't need the appropriations now so I can also wait for 1.4?
and of course... Cheers!!