It currently doesn’t update the table ‘exp_gallery_categories’ with the totals.
Change line 1770 of mod.gallery_extended.php from:
$this->_update_cat_total( $this->cat_id );
to:
$this->_update_cat_total( $val['cat_id'] );
as the class variable $cat_id isn’t ever being set to the category id.
