19 Nov
2007
19 Nov
'07
1:46 a.m.
User: agileware Branch: HEAD Date: Mon, 19 Nov 2007 00:46:36 +0000 Modified files: /modules/user_titles user_titles.module Log message: Fixing a bug in user_titles' comment counting user_titles_comment gets its uid from $a1, which can be an array or an object. This can cause a user's post count to be wrong because it updates the post count for uid 0. The fix was to cast $a1 to an object. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/user_titles/user_t...