Index: branches/5.2.x/units/helpers/post_helper.php =================================================================== diff -u -N -r15140 -r15249 --- branches/5.2.x/units/helpers/post_helper.php (.../post_helper.php) (revision 15140) +++ branches/5.2.x/units/helpers/post_helper.php (.../post_helper.php) (revision 15249) @@ -1,6 +1,6 @@ Conn->doUpdate($fields_hash, $table_name, $id_field . ' IN (' . implode(',', $parent_categories) . ')'); } - /** + /** * Sets today posts count & today date for topic * * @param kCatDBItem $object + * @param int $post_date * @param int $increment_by + * @return bool */ function updateTodayPostsCount(&$object, $post_date, $increment_by = 1) {